74 lines
1.8 KiB
Plaintext
74 lines
1.8 KiB
Plaintext
# $NetBSD: BOAT_ANCHOR,v 1.81 1999/01/14 04:26:46 cgd Exp $
|
|
#
|
|
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
|
#
|
|
|
|
include "arch/i386/conf/std.i386"
|
|
|
|
options I386_CPU # CPU classes; at least one is REQUIRED
|
|
|
|
options DUMMY_NOPS # speed hack; recommended
|
|
options XSERVER,UCONSOLE
|
|
|
|
maxusers 10 # estimated number of users
|
|
options RTC_OFFSET=480 # hardware clock is this many mins. west of GMT
|
|
|
|
options DIAGNOSTIC # internal consistency checks
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
|
options COMPAT_09 # NetBSD 0.9,
|
|
options COMPAT_10 # NetBSD 1.0,
|
|
options COMPAT_11 # NetBSD 1.1,
|
|
options COMPAT_12
|
|
options COMPAT_13
|
|
options COMPAT_43 # and 4.3BSD
|
|
|
|
file-system FFS # UFS and quotas
|
|
file-system NFS # Network File System client
|
|
file-system MSDOSFS # MS-DOS file system
|
|
|
|
#options NFSSERVER # Network File System server
|
|
|
|
#options GATEWAY # packet forwarding
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
# PCVT options
|
|
#options PCVT_NSCREENS=1
|
|
#options PCVT_24LINESDEF
|
|
|
|
# PPP options
|
|
options PPP_BSDCOMP
|
|
options PPP_DEFLATE
|
|
|
|
config netbsd root on wd0
|
|
|
|
mainbus0 at root
|
|
|
|
isa0 at mainbus0
|
|
|
|
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|
|
|
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
|
#vt0 at isa? port 0x60 irq 1
|
|
|
|
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
|
ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards
|
|
com* at ast? slave ?
|
|
|
|
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
|
|
fd0 at fdc? drive ?
|
|
|
|
wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
|
|
wd0 at wdc? drive ?
|
|
|
|
|
|
we0 at isa? port 0x280 iomem 0xd0000 irq 9
|
|
|
|
pseudo-device loop 1 # network loopback
|
|
pseudo-device bpfilter 2 # packet filter
|
|
pseudo-device sl 2 # CSLIP
|
|
pseudo-device ppp 2 # PPP
|
|
|
|
pseudo-device pty 32 # pseudo-terminals
|