diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 11:11:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 11:11:14 +0000 |
commit | 85b6fdf96bd97d751cdefe70916d4bf99e8d0300 (patch) | |
tree | 4de52e7f9a9fd5a9f49bf2a20c466e720223f9cb /sys/arch/i386/conf/BABY | |
parent | 17a998718b215232c7c500a42c025685cd4b1ec9 (diff) |
MACHINE_NONCONTIG always on
Diffstat (limited to 'sys/arch/i386/conf/BABY')
-rw-r--r-- | sys/arch/i386/conf/BABY | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 554dfcb5d06..84e4cb44d3c 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.2 1996/06/16 10:33:10 deraadt Exp $ +# $OpenBSD: BABY,v 1.3 1996/06/16 11:11:05 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -16,7 +16,6 @@ options MATH_EMULATE # floating point emulation #options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options INSECURE # insecure; allow /dev/mem writing for X -options MACHINE_NONCONTIG maxusers 32 # estimated number of users options TIMEZONE=0 # time zone to adjust RTC time by |