diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c index 4d6ef3610256..ebe32ebb839c 100644 --- a/sys/i386/boot/biosboot/boot.c +++ b/sys/i386/boot/biosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, [92/04/03 16:51:14 rvb] - * $Id: boot.c,v 1.57 1996/09/05 21:12:06 julian Exp $ + * $Id: boot.c,v 1.58 1996/09/07 20:18:04 bde Exp $ */ @@ -64,6 +64,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifdef NAMEBLOCK char *dflt_name; #endif +char *name; char namebuf[NAMEBUF_LEN]; struct bootinfo bootinfo; int loadflags; @@ -140,7 +141,7 @@ boot(int drive) } else #endif /*NAMEBLOCK*/ loadstart: - name = dflname; /* re-initialize in case of loop */ + name = "/kernel"; /* print this all each time.. (saves space to do so) */ /* If we have looped, use the previous entries as defaults */ printf("\n>> FreeBSD BOOT @ 0x%x: %d/%d k of memory\n" diff --git a/sys/i386/boot/biosboot/table.c b/sys/i386/boot/biosboot/table.c index e2be8b7091a5..2d169b9a2421 100644 --- a/sys/i386/boot/biosboot/table.c +++ b/sys/i386/boot/biosboot/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id: table.c,v 1.11 1996/07/05 19:55:05 julian Exp $ + * $Id: table.c,v 1.12 1996/07/12 05:25:47 bde Exp $ */ /* @@ -137,6 +137,4 @@ struct pseudo_desc Idtr_real = { 0x400 - 1, 0x0, 0x0 }; * fragmentation. */ char *devs[] = { "wd", "dk", "fd", "wt", "sd", 0 }; -char dflname[] = "/kernel"; -char *name = dflname; unsigned long tw_chars = 0x5C2D2F7C; /* "\-/|" */