summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-04-07 13:30:24 +0000
committerkstailey <kstailey@openbsd.org>1997-04-07 13:30:24 +0000
commit1f80eb105aa4e7ca7bf81e4be10896e036563bbd (patch)
treef268ef7307f786430554f6554bc46d413c904c9f
parentBleh. bus_probe has opposite return of my fn. (diff)
downloadwireguard-openbsd-1f80eb105aa4e7ca7bf81e4be10896e036563bbd.tar.xz
wireguard-openbsd-1f80eb105aa4e7ca7bf81e4be10896e036563bbd.zip
turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT for MS-emulation
-rw-r--r--sys/arch/i386/conf/ELBERETH8
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