39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
# $NetBSD: INSTALL,v 1.8 1996/12/23 08:36:36 matthias Exp $
|
|
#
|
|
# INSTALL -- install kernel
|
|
#
|
|
#
|
|
|
|
include "arch/pc532/conf/std.pc532"
|
|
|
|
# estimated number of users
|
|
maxusers 2
|
|
|
|
# filesystems
|
|
options FIFO # fifos; recommended
|
|
options FFS # Berkeley fast file system
|
|
options MSDOSFS # MS-DOS file system
|
|
options CD9660 # ISO 9660 CD-ROM file system
|
|
options KERNFS # /kern
|
|
options NFSCLIENT # Network File System client
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
# pc532 special options
|
|
options CPU30MHZ # necessary for fast machines
|
|
options CONSOLE_SPEED=B9600 # default console baud rate
|
|
options SCNDEF_CFLAG="CREAD+CS8+HUPCL" # use the monitor's setting
|
|
options NO_INLINE_SPLX # go for space, not for speed
|
|
|
|
config "netbsd" swap generic
|
|
options GENERIC
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
|
|
options RAMDISK_HOOKS, RAMDISK_SERVER=0
|
|
pseudo-device rd # RAM disk
|
|
pseudo-device loop 1 # loopback network
|
|
pseudo-device sl 1 # compressed SLIP
|
|
pseudo-device ppp 1 # Point-to-Point Protocol
|