summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/INST
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/conf/INST')
-rw-r--r--sys/arch/i386/conf/INST46
1 files changed, 23 insertions, 23 deletions
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST
index e65c7f9ec5a..d17a2d6e2f8 100644
--- a/sys/arch/i386/conf/INST
+++ b/sys/arch/i386/conf/INST
@@ -1,4 +1,4 @@
-# $OpenBSD: INST,v 1.7 1996/06/29 06:16:52 downsj Exp $
+# $OpenBSD: INST,v 1.8 1996/06/29 19:17:23 deraadt Exp $
# $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $
#
# Install kernels no longer support X.
@@ -6,44 +6,44 @@
machine i386 # architecture, used by config; REQUIRED
-options I386_CPU # CPU classes; at least one is REQUIRED
-options I486_CPU
-options I586_CPU
-options MATH_EMULATE # floating point emulation
+option I386_CPU # CPU classes; at least one is REQUIRED
+option I486_CPU
+option I586_CPU
+option MATH_EMULATE # floating point emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value
# properly for your system.
-#options EXTMEM_SIZE=... # size of extended memory
+#option EXTMEM_SIZE=... # size of extended memory
-#options DUMMY_NOPS # speed hack; recommended
+#option DUMMY_NOPS # speed hack; recommended
maxusers 8 # estimated number of users
-options TIMEZONE=0 # time zone to adjust RTC time by
-options DST=0 # daylight savings time used by RTC
+option TIMEZONE=0 # time zone to adjust RTC time by
+option DST=0 # daylight savings time used by RTC
-options SWAPPAGER # paging; REQUIRED
-options VNODEPAGER # mmap() of files
-options DEVPAGER # mmap() of devices
+option SWAPPAGER # paging; REQUIRED
+option VNODEPAGER # mmap() of files
+option DEVPAGER # mmap() of devices
#makeoptions DEBUG="-g" # compile full symbol table
-options COMPAT_10 # NetBSD 1.0,
-options COMPAT_11 # NetBSD 1.1,
+option COMPAT_10 # NetBSD 1.0,
+option COMPAT_11 # NetBSD 1.1,
-options LKM # loadable kernel modules
+option LKM # loadable kernel modules
-options FFS # UFS
+option FFS # UFS
-options NFSCLIENT # Network File System client
+option NFSCLIENT # Network File System client
-options CD9660 # ISO 9660 + Rock Ridge file system
-options MSDOSFS # MS-DOS file system
-options FDESC # /dev/fd
-options FIFO # FIFOs; RECOMMENDED
-options KERNFS # /kern
+option CD9660 # ISO 9660 + Rock Ridge file system
+option MSDOSFS # MS-DOS file system
+option FDESC # /dev/fd
+option FIFO # FIFOs; RECOMMENDED
+option KERNFS # /kern
-options INET # IP + ICMP + TCP + UDP
+option INET # IP + ICMP + TCP + UDP
config bsd swap generic