Synchronize with sys/i386/boot/biosboot/boot.c revision 1.64.
This commit is contained in:
parent
32f189ac7d
commit
77fd6eeaf8
@ -24,7 +24,7 @@
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, [92/04/03 16:51:14 rvb]
|
||||
* $Id$
|
||||
* $Id: boot.c,v 1.10 1997/02/22 09:43:05 peter Exp $
|
||||
*/
|
||||
|
||||
|
||||
@ -175,11 +175,11 @@ boot(int drive)
|
||||
name = dflt_name;
|
||||
} else
|
||||
#endif /*NAMEBLOCK*/
|
||||
name = "kernel";
|
||||
readfile("boot.config", boot_config, BOOT_CONFIG_SIZE);
|
||||
getbootdev(boot_config, &loadflags);
|
||||
if (namebuf[0] != '\0')
|
||||
printf("boot.config: %s", boot_config);
|
||||
name = "kernel";
|
||||
getbootdev(boot_config, &loadflags);
|
||||
/*
|
||||
* XXX parsing of `name' is in openrd(), so the defaults aren't
|
||||
* updated to match the config (if any) before printing the prompt.
|
||||
|
Loading…
Reference in New Issue
Block a user