54 lines
977 B
Plaintext
54 lines
977 B
Plaintext
machine "mac"
|
|
cpu "mc68020"
|
|
ident ALBASIC
|
|
timezone 5 dst
|
|
|
|
options INET
|
|
options NS
|
|
#options KADB
|
|
#options QUOTA
|
|
#options FIFO
|
|
#options NFS
|
|
options MFS
|
|
options DIAGNOSTIC
|
|
options "TCP_COMPAT_42"
|
|
options "COMPAT_43"
|
|
options "COMPAT_42"
|
|
options KTRACE
|
|
options SCSI
|
|
#options GATEWAY # slip needs this for packet forwarding
|
|
|
|
# OSI stuff:
|
|
#options ISO
|
|
#options TPIP
|
|
#options EON
|
|
|
|
options MAPMEM,SYSVSHM
|
|
|
|
maxusers 8
|
|
maxfdescs 1024
|
|
|
|
config netbsd root on sd0 swap on sd0
|
|
|
|
pseudo-device ser 2
|
|
pseudo-device con 6
|
|
|
|
master ncr0
|
|
disk sd0 at ncr0 flags 0 drive ?
|
|
disk sd1 at ncr0 flags 0 drive ?
|
|
disk sd2 at ncr0 flags 0 drive ?
|
|
disk sd3 at ncr0 flags 0 drive ?
|
|
disk sd4 at ncr0 flags 0 drive ?
|
|
disk sd5 at ncr0 flags 0 drive ?
|
|
disk sd6 at ncr0 flags 0 drive ?
|
|
tape st0 at ncr0 flags 1 drive ?
|
|
disk cd0 at ncr0 flags 2 drive ?
|
|
|
|
pseudo-device pty 16
|
|
pseudo-device loop
|
|
pseudo-device ether
|
|
|
|
pseudo-device vnodepager
|
|
pseudo-device swappager
|
|
#pseudo-device devpager
|