NetBSD/sys/arch/i386/conf/BOAT_ANCHOR

74 lines
1.8 KiB
Plaintext
Raw Normal View History

# $NetBSD: BOAT_ANCHOR,v 1.74 1997/06/25 04:41:15 mellon Exp $
#
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
#
1994-11-03 21:37:51 +03:00
include "arch/i386/conf/std.i386"
1994-11-03 21:37:51 +03:00
options I386_CPU # CPU classes; at least one is REQUIRED
options DUMMY_NOPS # speed hack; recommended
options XSERVER,UCONSOLE
1994-11-03 21:37:51 +03:00
maxusers 10 # estimated number of users
options RTC_OFFSET=480 # hardware clock is this many mins. west of GMT
1994-11-03 21:37:51 +03:00
options DIAGNOSTIC # internal consistency checks
options KTRACE # system call tracing, a la ktrace(1)
1994-11-03 21:37:51 +03:00
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,
1996-08-27 03:39:36 +04:00
options COMPAT_12
options COMPAT_43 # and 4.3BSD
1994-11-03 21:37:51 +03:00
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 FIFO # FIFOs; RECOMMENDED
1994-11-03 21:37:51 +03:00
#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
1994-11-03 21:37:51 +03:00
mainbus0 at root
isa0 at mainbus0
1994-11-03 21:37:51 +03:00
npx0 at isa? port 0xf0 irq 13 # math coprocessor
1996-05-31 02:35:46 +04:00
pc0 at isa? port 0x60 irq 1 # generic PC console device
#vt0 at isa? port 0x60 irq 1
1994-11-03 21:37:51 +03:00
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 ?
1994-11-03 21:37:51 +03:00
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd0 at fdc? drive ?
1994-03-29 08:40:38 +04:00
1994-11-03 21:37:51 +03:00
wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
wd0 at wdc? drive ?
ed0 at isa? port 0x280 iomem 0xd0000 irq 9
1994-03-29 08:40:38 +04:00
1994-11-03 21:37:51 +03:00
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 2 # packet filter
pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
1994-11-03 21:37:51 +03:00
pseudo-device pty 32 # pseudo-terminals