diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-03-04 16:31:55 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-03-04 16:31:55 +0000 |
| commit | b4531f58da2fd2ba82b8a45a872e78905059b022 (patch) | |
| tree | ddd5789de48f81dcf09a2fbddeef18ca33a2d82e | |
| parent | 785c7fcba3bc7ce69ee728246053df034ecb332c (diff) | |
Notes
| -rw-r--r-- | sys/boot/pc98/boot2/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c index 5d5b5d6959d4..df9d7fcb18e1 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); |
