diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-13 18:26:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-13 18:26:15 +0000 |
commit | 36a2f1209cd7c48ff54eb6b206b66c8b36010af5 (patch) | |
tree | 37deadb32fb86e49d112f5970decc676db50e275 /sys | |
parent | f624d225a52d2212c48aadbca567422724a58444 (diff) |
minimize
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/BABY | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 2b43447a512..12e9621c5f5 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.16 1997/04/29 05:15:15 deraadt Exp $ +# $OpenBSD: BABY,v 1.17 1997/05/13 18:26:14 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -15,8 +15,8 @@ option GPL_MATH_EMULATE # floating point emulation option BUFCACHEPERCENT=20 #option DUMMY_NOPS # speed hack; recommended -option XSERVER -option INSECURE # insecure; allow /dev/mem writing for X +#option XSERVER +#option INSECURE # insecure; allow /dev/mem writing for X maxusers 32 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by @@ -62,18 +62,18 @@ option MSDOSFS # MS-DOS file system option FDESC # /dev/fd option FIFO # FIFOs; RECOMMENDED option KERNFS # /kern -option NULLFS # loopback file system +#option NULLFS # loopback file system option PORTAL # create sockets with open(2) option PROCFS # /proc -option UMAPFS # NULLFS + uid and gid remapping -option UNION # union file system +#option UMAPFS # NULLFS + uid and gid remapping +#option UNION # union file system #option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP option NS # XNS -option ISO,TPIP # OSI -option EON # OSI tunneling over IP -option CCITT,LLC,HDLC # X.25 +#option ISO,TPIP # OSI +#option EON # OSI tunneling over IP +#option CCITT,LLC,HDLC # X.25 option IPFILTER # IP packet filter for security config bsd root on sd0 swap on sd0 and sd1 and sd2 and sd3 and sd4 |