diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 18:35:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 18:35:23 +0000 |
commit | a8316b375768b352837dfb3a4af043cdc866ed04 (patch) | |
tree | a2ba0c8f6781a9def6c28ab9f72a8c34af1ce44c /sys/arch/i386/conf/BABY | |
parent | ee613103534d9c53b0014c5bb58794ca312720dc (diff) |
UCONSOLE hole goes away
Diffstat (limited to 'sys/arch/i386/conf/BABY')
-rw-r--r-- | sys/arch/i386/conf/BABY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index dba2a947c03..f902f7d624f 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.5 1996/07/24 15:43:11 deraadt Exp $ +# $OpenBSD: BABY,v 1.6 1996/07/31 18:35:13 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -14,7 +14,7 @@ option MATH_EMULATE # floating point emulation #option EXTMEM_SIZE=... # size of extended memory #option DUMMY_NOPS # speed hack; recommended -option XSERVER,UCONSOLE +option XSERVER option INSECURE # insecure; allow /dev/mem writing for X maxusers 32 # estimated number of users |