Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size of

boot2 by 16 bytes.  I expect this to be temperary until the boot2 authors
can do the proper fix.
This commit is contained in:
David E. O'Brien 1999-04-04 21:15:41 +00:00
parent 2ee878400e
commit df5ee53868
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
*/
/*
* $Id: boot2.c,v 1.20 1999/01/29 03:36:42 rnordier Exp $
* $Id: boot2.c,v 1.21 1999/03/31 08:28:42 joerg Exp $
*/
#include <sys/param.h>
@ -170,7 +170,7 @@ main(void)
memcpy(kname, PATH_KERNEL, sizeof(PATH_KERNEL));
}
for (;;) {
printf(" \n>> FreeBSD/i386 BOOT\n"
printf(" \n"
"Default: %u:%s(%u,%c)%s\n"
"boot: ",
dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit,

View File

@ -14,7 +14,7 @@
*/
/*
* $Id: boot2.c,v 1.20 1999/01/29 03:36:42 rnordier Exp $
* $Id: boot2.c,v 1.21 1999/03/31 08:28:42 joerg Exp $
*/
#include <sys/param.h>
@ -170,7 +170,7 @@ main(void)
memcpy(kname, PATH_KERNEL, sizeof(PATH_KERNEL));
}
for (;;) {
printf(" \n>> FreeBSD/i386 BOOT\n"
printf(" \n"
"Default: %u:%s(%u,%c)%s\n"
"boot: ",
dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit,