diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-02-01 05:24:24 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-02-01 05:24:24 +0000 |
| commit | 2c2491393e79ea99fdaf6c78ae511a4ecf497df6 (patch) | |
| tree | 9cae3143ea9787bbaf6fd4be559b07c70587d09e | |
| parent | 158f45f157d0330e69b7df195fb0cd743ad323ef (diff) | |
Notes
| -rw-r--r-- | sys/i386/boot/biosboot/boot.c | 4 |
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 |
