diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 19:17:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 19:17:32 +0000 |
commit | 7b8c9969f74ae006a193678cead24824a66d7063 (patch) | |
tree | 5fe029500bf526dac4ddad6ea82ab125d912ee93 /sys/arch/i386/conf/GANDALF | |
parent | 5a3e49ed94eab6f18c50a655d47e64594b867118 (diff) |
option not options
Diffstat (limited to 'sys/arch/i386/conf/GANDALF')
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 134 |
1 files changed, 67 insertions, 67 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index 496f6f74f86..35dd67abec4 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,84 +1,84 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.6 1996/06/23 21:17:49 tholo Exp $ +# $OpenBSD: GANDALF,v 1.7 1996/06/29 19:17:19 deraadt Exp $ # 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 -options PCIVERBOSE # verbose PCI device information -options EISAVERBOSE # verbose EISA device information +option PCIVERBOSE # verbose PCI device information +option EISAVERBOSE # verbose EISA device information -options DUMMY_NOPS # speed hack; recommanded -options XSERVER,UCONSOLE -#options INSECURE # insecure; allow /dev/mem writing for X +option DUMMY_NOPS # speed hack; recommanded +option XSERVER,UCONSOLE +#option INSECURE # insecure; allow /dev/mem writing for X maxusers 32 # estimated number of users -options TIMEZONE=480 # time zone to adjust RTC time by -options DST=1 # daylight savings time used by RTC -options NTP # High precision timekeeping support +option TIMEZONE=480 # time zone to adjust RTC time by +option DST=1 # daylight savings time used by RTC +option NTP # High precision timekeeping support -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 -#options DDB # in-kernel debugger +#option DDB # in-kernel debugger #makeoptions DEBUG="-g" # compile full symbol table -options DIAGNOSTIC # internally consistency checks -options KTRACE # system call tracing, a la ktrace(1) - -options SYSVMSG # System V-like message queues -options SYSVSEM # System V-like semaphores -options SYSVSHM # System V-like memory sharing -#options SHMMAXPGS=1024 # 1024 pages is the default - -options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, -options COMPAT_09 # NetBSD 0.9, -options COMPAT_10 # NetBSD 1.0, -options COMPAT_11 # NetBSD 1.1, -options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD - -#options COMPAT_SVR4 # binary compatibility with SVR4 -#options COMPAT_IBCS2 # binary compatibility with SCO and ISC -#options COMPAT_LINUX # binary compatibility with Linux -options COMPAT_FREEBSD # binary compatibility with FreeBSD - -#options USER_LDT # user-settable LDT; used by WINE -options LKM # loadable kernel modules - -options FFS # UFS -#options QUOTA # UFS quotas -#options LFS # log-structured file system -options MFS # memory file system - -#options NFSCLIENT # Network File System client -#options NFSSERVER # Network File System server - -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 -options NULLFS # loopback file system -#options PORTAL # ? -options PROCFS # /proc -#options UMAPFS # NULLFS + uid and gid remapping -options UNION # union file system - -#options GATEWAY # packet forwarding -options INET # IP + ICMP + TCP + UDP -#options IMP # missing files -#options NS # XNS -#options ISO,TPIP # OSI -#options EON # OSI tunneling over IP -#options CCITT,LLC,HDLC # X.25 -options "NMBCLUSTERS=1024" +option DIAGNOSTIC # internally consistency checks +option KTRACE # system call tracing, a la ktrace(1) + +option SYSVMSG # System V-like message queues +option SYSVSEM # System V-like semaphores +option SYSVSHM # System V-like memory sharing +#option SHMMAXPGS=1024 # 1024 pages is the default + +option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, +option COMPAT_09 # NetBSD 0.9, +option COMPAT_10 # NetBSD 1.0, +option COMPAT_11 # NetBSD 1.1, +option COMPAT_43 # and 4.3BSD +option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD + +#option COMPAT_SVR4 # binary compatibility with SVR4 +#option COMPAT_IBCS2 # binary compatibility with SCO and ISC +#option COMPAT_LINUX # binary compatibility with Linux +option COMPAT_FREEBSD # binary compatibility with FreeBSD + +#option USER_LDT # user-settable LDT; used by WINE +option LKM # loadable kernel modules + +option FFS # UFS +#option QUOTA # UFS quotas +#option LFS # log-structured file system +option MFS # memory file system + +#option NFSCLIENT # Network File System client +#option NFSSERVER # Network File System server + +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 +option NULLFS # loopback file system +#option PORTAL # ? +option PROCFS # /proc +#option UMAPFS # NULLFS + uid and gid remapping +option UNION # union file system + +#option GATEWAY # packet forwarding +option INET # IP + ICMP + TCP + UDP +#option IMP # missing files +#option NS # XNS +#option ISO,TPIP # OSI +#option EON # OSI tunneling over IP +#option CCITT,LLC,HDLC # X.25 +option "NMBCLUSTERS=1024" config bsd root on sd0a swap on sd0b and sd1b dumps on sd0b |