From e77c0c7ab81ed600d79308b0301d30f310359480 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 24 Oct 1997 00:53:31 +0000 Subject: use real boot device --- sys/arch/i386/stand/installboot/installboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/installboot/installboot.c b/sys/arch/i386/stand/installboot/installboot.c index 1425a9e8a48..523de134077 100644 --- a/sys/arch/i386/stand/installboot/installboot.c +++ b/sys/arch/i386/stand/installboot/installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.c,v 1.21 1997/10/22 23:34:41 mickey Exp $ */ +/* $OpenBSD: installboot.c,v 1.22 1997/10/24 00:53:30 mickey Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -156,7 +156,7 @@ main(argc, argv) bios_diskinfo_t di; mib[2] = BIOS_DISKINFO; - mib[3] = 0xa0000004; + mib[3] = biosdev; size = sizeof(di); if (sysctl(mib, 4, &di, &size, NULL, 0) == -1) -- cgit v1.2.3