diff options
Diffstat (limited to 'sys/arch/i386/conf/ELBERETH')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index 73966bd6bbd..aaad7a7c64f 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.6 1997/05/30 19:16:19 kstailey Exp $ +# $OpenBSD: ELBERETH,v 1.7 1997/06/05 13:47:24 kstailey Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -9,72 +9,72 @@ machine i386 # architecture, used by config; REQUIRED makeoptions CC="cc -Werror" -options I586_CPU # CPU classes; at least one is REQUIRED +option I586_CPU # CPU classes; at least one is REQUIRED -options XSERVER # diddle with console driver +option XSERVER # diddle with console driver #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 -options DST=1 # daylight savings time used by RTC -options NTP # High precision timekeeping support +option TIMEZONE=300 # 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 DEVPAGER # mmap() of devices +option SWAPPAGER # paging; REQUIRED +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 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 -#options QUOTA # UFS quotas -options MFS # memory file system -options EXT2FS # Linux 2nd Extent-based filesystem - -options NFSCLIENT # Network File System client -options NFSSERVER # Network File System server - -options CD9660 # ISO 9660 + Rock Ridge file system -#options FDESC # /dev/fd -options FIFO # FIFOs; multiuser fails without this -options KERNFS # /kern -options MSDOSFS # MS-DOS file system -#options NULLFS # loopback file system -#options PORTAL # run programs by accessing files -options PROCFS # /proc -#options UMAPFS # NULLFS + uid and gid remapping -#options UNION # union file system - -options INET # IP + ICMP + TCP + UDP -#options GATEWAY # packet forwarding -options IPFILTER # IP packet filter for security -#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 VM86 # Virtual x86 mode; to be used by dos emualtors +option USER_LDT # user-settable LDT; used by WINE +option LKM # loadable kernel modules + +option FFS # UFS +#option QUOTA # UFS quotas +option MFS # memory file system +option EXT2FS # Linux 2nd Extent-based filesystem + +option NFSCLIENT # Network File System client +option NFSSERVER # Network File System server + +option CD9660 # ISO 9660 + Rock Ridge file system +#option FDESC # /dev/fd +option FIFO # FIFOs; multiuser fails without this +option KERNFS # /kern +option MSDOSFS # MS-DOS file system +#option NULLFS # loopback file system +#option PORTAL # run programs by accessing files +option PROCFS # /proc +#option UMAPFS # NULLFS + uid and gid remapping +#option UNION # union file system + +option INET # IP + ICMP + TCP + UDP +#option GATEWAY # packet forwarding +option IPFILTER # IP packet filter for security +#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 wd0 swap on wd0 and sd0 dumps on sd0 |