1993-11-29 03:29:28 +03:00
|
|
|
# ALLEN
|
|
|
|
# Mac II, etc.
|
|
|
|
|
1993-12-02 21:29:18 +03:00
|
|
|
include "std.mac68k"
|
1993-11-29 03:29:28 +03:00
|
|
|
|
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
# obsolete timezone spec
|
|
|
|
options TIMEZONE=300, DST=1, MAXFDESCS=2048
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
options SWAPPAGER, VNODEPAGER #, DEVPAGER # paging
|
|
|
|
options NEWCONFIG
|
|
|
|
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
|
|
|
options KTRACE # system call tracing support
|
|
|
|
#options KGDB # support for kernel gdb
|
|
|
|
#options GDB # support for normal gdb
|
|
|
|
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
|
|
|
|
|
|
|
# Filesystem options
|
|
|
|
#options FIFO # POSIX fifo support (in all filesystems)
|
|
|
|
options FFS
|
|
|
|
#options QUOTA # fast filesystem with user and group quotas
|
|
|
|
options MFS # memory-based filesystem
|
|
|
|
#options NFSSERVER # Sun NFS-compatible filesystem
|
|
|
|
#options NFSCLIENT # Sun NFS-compatible filesystem
|
|
|
|
options LOFS # Loop-back filesystem
|
|
|
|
options KERNFS # kernel data-structure filesystem
|
|
|
|
options FDESC # user file descriptor filesystem
|
|
|
|
#options UMAPFS # uid/gid remapping filesystem
|
|
|
|
#options LFS # Log-based filesystem (still experimental)
|
|
|
|
#options PORTAL # portal filesystem (still experimental)
|
|
|
|
|
|
|
|
# Networking options
|
|
|
|
options SCSI
|
|
|
|
options SCSIDEBUG
|
|
|
|
options INET
|
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
|
|
|
#options ISO # OSI networking
|
|
|
|
#options TPIP
|
|
|
|
#options EON
|
|
|
|
options COMPAT_42
|
|
|
|
options COMPAT_43
|
|
|
|
options NS
|
|
|
|
options MAPMEM,SYSVSHM
|
|
|
|
|
|
|
|
config netbsd root on sd0 swap on sd0
|
|
|
|
|
|
|
|
ncr* at mainbus? # SCSI NCR 5380
|
|
|
|
|
|
|
|
scbus0 at scsi? target 7
|
|
|
|
sd0 at scbus0 drive ?
|
|
|
|
sd1 at scbus0 drive ?
|
|
|
|
sd2 at scbus0 drive ?
|
|
|
|
sd3 at scbus0 drive ?
|
|
|
|
sd4 at scbus0 drive ?
|
|
|
|
sd5 at scbus0 drive ?
|
|
|
|
sd6 at scbus0 drive ?
|
|
|
|
st0 at scbus0 drive ?
|
|
|
|
#cd0 at scbus0 drive ?
|
|
|
|
|
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device pty 16
|
|
|
|
pseudo-device sl
|
|
|
|
|
|
|
|
pseudo-device con 6
|