diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-09 21:50:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-09 21:50:58 +0000 |
commit | 1fd93d1fa514c975dec7576962518a877640c652 (patch) | |
tree | 21ee8e8a111d54862388cc54a08ccaa8f86d50e5 /sys | |
parent | f6e8ebebf22cff694e10cd22bfbea4fef1fe6334 (diff) |
hmm
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/BABY | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index a31f15d6e2f..8fb97e6285a 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.18 1997/06/03 20:41:19 deraadt Exp $ +# $OpenBSD: BABY,v 1.19 1997/06/09 21:50:57 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -26,7 +26,7 @@ option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices option DDB # in-kernel debugger -#makeoptions DEBUG="-g" # compile full symbol table +makeoptions DEBUG="-g" # compile full symbol table option DIAGNOSTIC # internal consistency checks option KTRACE # system call tracing, a la ktrace(1) @@ -68,7 +68,8 @@ option PROCFS # /proc #option UMAPFS # NULLFS + uid and gid remapping #option UNION # union file system -#option GATEWAY # packet forwarding +option "NMBCLUSTERS=1024" +option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP option NS # XNS #option ISO,TPIP # OSI @@ -76,7 +77,7 @@ option NS # XNS #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 +config bsd root on sd0 swap on sd0 and sd1 and sd2 and sd3 and sd4 dumps on sd2 mainbus0 at root |