diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-08 22:47:46 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-08 22:47:46 +0000 |
commit | 3ce3f30052216e69d9e894665dc311ae6207c39b (patch) | |
tree | ddf7b910e178430f9f0c46728fd1eb8d4b419bb0 /sys/arch | |
parent | 7cdf9c4242b5b7690f4d59ca4806264ca7b8a3dc (diff) |
BIOS does not report >64M memory
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index 60625626243..d847e60bcda 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.19 1996/12/28 01:01:02 tholo Exp $ +# $OpenBSD: GANDALF,v 1.20 1997/02/08 22:47:45 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -11,6 +11,11 @@ machine i386 # architecture, used by config; REQUIRED option I586_CPU #option GPL_MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +option EXTMEM_SIZE=130048 # size of extended memory + option PCIVERBOSE # verbose PCI device information option EISAVERBOSE # verbose EISA device information |