diff options
-rw-r--r-- | sys/arch/i386/stand/libsa/exec_i386.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/exec_i386.c b/sys/arch/i386/stand/libsa/exec_i386.c index 5e5f8e3ea0c..786fb2ee872 100644 --- a/sys/arch/i386/stand/libsa/exec_i386.c +++ b/sys/arch/i386/stand/libsa/exec_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_i386.c,v 1.10 1997/08/04 21:53:35 mickey Exp $ */ +/* $OpenBSD: exec_i386.c,v 1.11 1997/08/13 03:41:46 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -59,6 +59,9 @@ machdep_start(startaddr, howto, loadaddr, ssym, esym) x->a_midmag, x->a_text, x->a_data, x->a_bss, x->a_syms, x->a_entry, x->a_trsize, x->a_drsize); + printf("/bsd(%x,%x,%x,%x,%x,%x,%x,%x\n", + howto, bootdev, 0, round_to_size(esym), + extmem, cnvmem, (int)&apminfo, (int)&kentry); getchar(); #endif |