diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-08 19:23:55 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-08 19:23:55 +0000 |
commit | 42f1143a7dd230e448b729688ace4624f25cee28 (patch) | |
tree | f86d72fbc37a29cf5624070f0e2dfa8a1de1faac /sys/arch | |
parent | 754c38b158147ec4ba3cc4d97386281dbb170a23 (diff) |
remove that extmem option, i think it should be removed averywhere...
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/LUCIFIER | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/LUCIFIER b/sys/arch/i386/conf/LUCIFIER index 7f00f863449..26659761738 100644 --- a/sys/arch/i386/conf/LUCIFIER +++ b/sys/arch/i386/conf/LUCIFIER @@ -1,4 +1,4 @@ -# $OpenBSD: LUCIFIER,v 1.4 1997/09/29 03:52:20 mickey Exp $ +# $OpenBSD: LUCIFIER,v 1.5 1997/10/08 19:23:54 mickey Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -12,10 +12,6 @@ option VM86 # Virtual 8086 emulation option USER_LDT # user-settable LDT; used by WINE option XSERVER -# 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=... # size of extended memory #option DUMMY_NOPS # speed hack; recommended option COMPAT_SVR4 # binary compatibility with SVR4 |