Oops, forgot to read boot.config file.

Submitted by:	IMAI Takeshi <take-i@ceres.dti.ne.jp>
This commit is contained in:
KATO Takenori 1999-03-04 16:31:55 +00:00
parent 785c7fcba3
commit b4531f58da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44465

View File

@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
* $Id: boot.c,v 1.1 1999/02/03 08:39:08 kato Exp $
* $Id: boot.c,v 1.2 1999/03/04 10:45:06 kato Exp $
*/
@ -151,6 +151,7 @@ boot(int drive)
#endif
}
#endif /* PC98 */
readfile("boot.config", boot_config, BOOT_CONFIG_SIZE);
name = "/boot/loader";
if (boot_config[0] != '\0') {
printf("boot.config: %s", boot_config);