diff options
author | kato <kato@FreeBSD.org> | 1998-10-05 07:58:05 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-10-05 07:58:05 +0000 |
commit | 42e018185cf6421fad01feacac505a04a18e4e46 (patch) | |
tree | 75e09f6e1c47eaff046c972930110093693bb396 | |
parent | 694db7871e9ec5dd1e636b40701bb47842f0fcd4 (diff) | |
download | FreeBSD-src-42e018185cf6421fad01feacac505a04a18e4e46.zip FreeBSD-src-42e018185cf6421fad01feacac505a04a18e4e46.tar.gz |
Sync with sys/i386/boot/biosboot/boot.c revision 1.72.
-rw-r--r-- | sys/pc98/boot/biosboot/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/boot/biosboot/boot.c b/sys/pc98/boot/biosboot/boot.c index 2f47a43..a3f9b56 100644 --- a/sys/pc98/boot/biosboot/boot.c +++ b/sys/pc98/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.16 1998/02/02 07:56:14 kato Exp $ + * $Id: boot.c,v 1.17 1998/04/12 04:48:09 kato Exp $ */ @@ -355,6 +355,7 @@ loadprog(void) bootinfo.bi_kernelname = name + ouraddr; bootinfo.bi_nfs_diskless = NULL; bootinfo.bi_size = sizeof(bootinfo); + bootinfo.bi_bios_dev = dosdev; /* * Load the kernel config file (if any). Its name is given by |