Make INSTALL kernel a little slimmer.

This commit is contained in:
augustss 2004-02-21 11:38:28 +00:00
parent 10677fb827
commit 8666d19603
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.8 2004/01/30 14:25:54 augustss Exp $
# $NetBSD: INSTALL,v 1.9 2004/02/21 11:38:28 augustss Exp $
#
# INSTALL
#
@ -18,7 +18,7 @@ maxusers 32
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_ROOT_SIZE=5120 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=4000 # size of memory disk, in blocks
options INSECURE # disable kernel security levels
@ -111,7 +111,7 @@ options INET # IP + ICMP + TCP + UDP
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options PCIVERBOSE # verbose PCI device autoconfig messages
#options PCIVERBOSE # verbose PCI device autoconfig messages
#options MIIVERBOSE # verbose PHY autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options SCSIVERBOSE # human readable SCSI error messages
@ -151,7 +151,7 @@ pseudo-device md 1 # memory disk device
pseudo-device loop # network loopback
pseudo-device bpfilter 8 # packet filter
#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device ppp 2 # Point-to-Point Protocol
#pseudo-device ppp 2 # Point-to-Point Protocol
#pseudo-device sl 2 # Serial Line IP
#pseudo-device tun 4 # network tunneling over tty
#pseudo-device gre 2 # generic L3 over IP tunnel