60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
# $NetBSD: INSTALL,v 1.1 1995/08/25 07:58:21 phil 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 4
|
|
|
|
# paging of processes, and caching vnodes and devices; REQUIRED
|
|
options SWAPPAGER
|
|
options VNODEPAGER
|
|
options DEVPAGER
|
|
|
|
# networking options
|
|
options INET
|
|
|
|
# generic SCSI system
|
|
options SCSI
|
|
|
|
# filesystems
|
|
options FFS
|
|
options NFSCLIENT
|
|
options CD9660
|
|
|
|
# pc532 special options
|
|
options "COMDEF_SPEED=B19200"
|
|
options PLIP
|
|
options RAW_PART=2
|
|
options "RAMD_SIZE=1456128" # Size of the "boot strap ram disk"
|
|
options "RAMD_ADR=0x200000" # Adr of the "boot strap ram disk"
|
|
|
|
config "netbsd" swap generic
|
|
|
|
membus0 at root
|
|
ncr0 at membus?
|
|
scsibus0 at scsi?
|
|
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
scn0 at membus?
|
|
scn1 at membus?
|
|
scn2 at membus?
|
|
scn3 at membus?
|
|
|
|
lpt0 at membus? addr 0xffc80030 irq 7
|
|
lpt1 at membus? addr 0xffc80034 irq 6
|
|
|
|
pseudo-device loop 1 # loopback network
|
|
pseudo-device sl 1 # CSLIP
|