NetBSD/sys/arch/pc532/conf/INSTALL

66 lines
1.2 KiB
Plaintext
Raw Normal View History

1996-06-26 08:31:33 +04:00
# $NetBSD: INSTALL,v 1.5 1996/06/26 04:31:35 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
1995-09-26 23:15:57 +03:00
maxusers 2
# paging of processes, and caching vnodes and devices; REQUIRED
options SWAPPAGER
options VNODEPAGER
options DEVPAGER
# networking options
1995-09-29 07:16:48 +03:00
#options INET
# generic SCSI system
options SCSI
# filesystems
1995-09-29 07:16:48 +03:00
#options FIFO
1995-09-26 23:15:57 +03:00
options MSDOSFS
options FFS
1995-09-29 07:16:48 +03:00
#options NFSCLIENT
options CD9660
# pc532 special options
1995-09-29 07:16:48 +03:00
# options PLIP
1995-09-26 23:15:57 +03:00
options NO_INLINE_SPLX
config "netbsd" swap generic
membus0 at root
1995-09-26 23:15:57 +03:00
rd0 at membus?
options RD_SIZE=0x200000
1996-06-26 08:31:33 +04:00
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?
1995-09-29 07:16:48 +03:00
#scn4 at membus?
#scn5 at membus?
1995-09-29 07:16:48 +03:00
#lpt0 at membus? addr 0xffc80030 irq 7
#lpt1 at membus? addr 0xffc80034 irq 6
1995-09-29 07:16:48 +03:00
#pseudo-device loop 1 # loopback network
#pseudo-device sl 1 # compressed SLIP
#pseudo-device ppp 1 # Point-to-Point Protocol