diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-07 13:30:25 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-07 13:30:25 +0000 |
commit | fffd8067ff1bcd99c94b31bb8caf49f5f0dcd7c6 (patch) | |
tree | 2e379d62b567d196aa81d30b4b89148644c6d055 /sys | |
parent | 5e7b04f86b926d8d979ef8e2d55d87b7934fcaca (diff) |
turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT for MS-emulation
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index 7fb2c13c0f9..613d9ecebe2 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.1 1997/03/31 14:55:43 kstailey Exp $ +# $OpenBSD: ELBERETH,v 1.2 1997/04/07 13:30:24 kstailey Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -12,7 +12,7 @@ makeoptions CC="cc -Werror" options I586_CPU # CPU classes; at least one is REQUIRED options XSERVER # diddle with console driver -option INSECURE # insecure; allow /dev/mem writing for X +#option INSECURE # insecure; allow /dev/mem writing for X maxusers 16 # estimated number of users options TIMEZONE=300 # time zone to adjust RTC time by @@ -43,8 +43,8 @@ options COMPAT_SVR4 # binary compatibility with SVR4 options COMPAT_LINUX # binary compatibility with Linux #options COMPAT_FREEBSD # binary compatibility with FreeBSD -#options VM86 # Virtual x86 mode; to be used by dos emualtors -#options USER_LDT # user-settable LDT; used by WINE +options VM86 # Virtual x86 mode; to be used by dos emualtors +options USER_LDT # user-settable LDT; used by WINE options LKM # loadable kernel modules options FFS # UFS |