54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
# $NetBSD: INSTALL,v 1.7 1996/11/07 07:32:13 matthias Exp $
|
|
#
|
|
# INSTALL -- install kernel
|
|
#
|
|
#
|
|
|
|
# architecture type and name of kernel; REQUIRED
|
|
machine "pc532"
|
|
|
|
# time zone RTC is expected to be set in; REQUIRED
|
|
options TIMEZONE=0, DST=0 # time zone to read RTC in
|
|
options GENERIC
|
|
|
|
# estimated number of users
|
|
maxusers 2
|
|
|
|
# paging of processes, and caching vnodes and devices; REQUIRED
|
|
options SWAPPAGER
|
|
options VNODEPAGER
|
|
options DEVPAGER
|
|
|
|
options EXEC_SCRIPT # #! scripts
|
|
options EXEC_AOUT # a.out executables
|
|
|
|
# generic SCSI system
|
|
options SCSI
|
|
|
|
# filesystems
|
|
options FFS
|
|
|
|
# pc532 special options
|
|
options NLINES=4 # support first two uarts
|
|
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
|
|
|
|
membus0 at root
|
|
|
|
ncr0 at membus?
|
|
scsibus0 at ncr0
|
|
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
|
|
scn0 at membus?
|
|
scn1 at membus?
|
|
scn2 at membus?
|
|
scn3 at membus?
|
|
|
|
pseudo-device rd
|
|
options RAMDISK_HOOKS, RAMDISK_SERVER=0
|