summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-03-04 16:31:55 +0000
committerkato <kato@FreeBSD.org>1999-03-04 16:31:55 +0000
commitf7d44adef414a742f09509dfc0c25ca1adad1b39 (patch)
treef5511c826359e9d0fb1ab08978291d5ff6d8c106 /sys/boot/pc98
parent7012cf974aee626dd7ea0d7defe71a2a2717945f (diff)
downloadFreeBSD-src-f7d44adef414a742f09509dfc0c25ca1adad1b39.zip
FreeBSD-src-f7d44adef414a742f09509dfc0c25ca1adad1b39.tar.gz
Oops, forgot to read boot.config file.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/boot2/boot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c
index 5d5b5d6..df9d7fc 100644
--- a/sys/boot/pc98/boot2/boot.c
+++ b/sys/boot/pc98/boot2/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.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);
OpenPOWER on IntegriCloud