Diet a little to help fitting onto a floppy
This commit is contained in:
parent
991b448f39
commit
02a00854f4
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.16 2000/07/27 14:34:09 mrg Exp $
|
||||
# $NetBSD: INSTALL,v 1.17 2000/08/22 13:36:14 abs Exp $
|
||||
#
|
||||
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
|
||||
#
|
||||
@ -13,9 +13,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 MINIROOTSIZE=3074 # size of memory disk, in blocks
|
||||
options MINIROOTSIZE=3960 # 1.44M * 1.375. this must match
|
||||
# what is `instfs' in /etc/disktab.
|
||||
options MINIROOTSIZE=3584 # size of memory disk, in blocks
|
||||
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
|
||||
@ -58,7 +56,7 @@ config netbsd root on ? type ?
|
||||
## Collect statistics on kernel malloc's and free's. This does have a
|
||||
## significant performance hit on slower machines, so it is intended for
|
||||
## diagnostic use only.
|
||||
options KMEMSTATS
|
||||
#options KMEMSTATS
|
||||
|
||||
## System V compatible IPC subsystem. (msgctl(2), semctl(2), and shmctl(2))
|
||||
#options SYSVMSG # System V message queues
|
||||
@ -79,7 +77,7 @@ options NFS_BOOT_BOOTPARAM
|
||||
## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
|
||||
## serial console break or keyboard reset, where the PROM would normally
|
||||
## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
|
||||
options DDB # kernel dynamic debugger
|
||||
#options DDB # kernel dynamic debugger
|
||||
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
|
||||
|
||||
@ -139,8 +137,8 @@ options INSECURE
|
||||
#options COMPAT_10 # NetBSD 1.0 binary compatibility
|
||||
#options COMPAT_11 # NetBSD 1.1 binary compatibility
|
||||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
#options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
||||
#options COMPAT_SVR4 # SunOS 5.x binary compatibility
|
||||
|
||||
@ -149,7 +147,7 @@ file-system FFS # Berkeley Fast Filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system NULLFS # NULL layered filesystem
|
||||
file-system MFS # memory-based filesystem
|
||||
#file-system MFS # memory-based filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
@ -166,7 +164,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
options INET # IP (Internet Protocol) v4
|
||||
options TCP_COMPAT_42 # 4.2BSD IP implementation compatibility
|
||||
#options TCP_COMPAT_42 # 4.2BSD IP implementation compatibility
|
||||
#options GATEWAY # packet forwarding ("router switch")
|
||||
#options MROUTING # packet forwarding of multicast packets
|
||||
#options DIRECTED_BROADCAST # allow broadcasts through routers
|
||||
@ -352,7 +350,7 @@ scsibus* at isp?
|
||||
sd* at scsibus? target ? lun ? # SCSI disks
|
||||
st* at scsibus? target ? lun ? # SCSI tapes
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
||||
ch* at scsibus? target ? lun ? # SCSI changer devices
|
||||
#ch* at scsibus? target ? lun ? # SCSI changer devices
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
#uk* at scsibus? target ? lun ? # unknown SCSI
|
||||
|
||||
@ -463,7 +461,7 @@ pseudo-device loop
|
||||
pseudo-device sl 2
|
||||
|
||||
## PPP, the successor to SLIP. See pppd(8).
|
||||
pseudo-device ppp 2
|
||||
#pseudo-device ppp 2
|
||||
|
||||
## Starmode Radio IP, a special hardware network device.
|
||||
#pseudo-device strip 1
|
||||
@ -547,9 +545,9 @@ cgfourteen0 at obio0 # sun4m
|
||||
## number still requires you to run /dev/MAKEDEV to create the files
|
||||
## for the ptys.
|
||||
|
||||
pseudo-device pty 32 # pseudo-ttys (for network, etc.)
|
||||
pseudo-device pty 16 # pseudo-ttys (for network, etc.)
|
||||
|
||||
## Random device, used to implement /dev/random (a source of random noise),
|
||||
## and generate randomness for some kernel formulae.
|
||||
|
||||
pseudo-device rnd
|
||||
#pseudo-device rnd
|
||||
|
Loading…
x
Reference in New Issue
Block a user