From: kstailey Date: Mon, 7 Apr 1997 13:30:24 +0000 (+0000) Subject: turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT for MS... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1f80eb105aa4e7ca7bf81e4be10896e036563bbd;p=openbsd turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT for MS-emulation --- 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