summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/i386/boot/biosboot/boot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c
index 306aefe6ce0c..e12b64c0ce40 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.68 1997/07/31 08:07:54 phk Exp $
+ * $Id: boot.c,v 1.69 1997/08/31 06:11:26 phk Exp $
*/
@@ -124,8 +124,10 @@ boot(int drive)
}
#endif
}
+#ifndef RAWBOOT
readfile("boot.config", boot_config, BOOT_CONFIG_SIZE);
readfile("boot.help", boot_help, BOOT_HELP_SIZE);
+#endif
#ifdef NAMEBLOCK
/*
* XXX