1998-08-31 21:58:44 +04:00
|
|
|
# $NetBSD: BOAT_ANCHOR,v 1.80 1998/08/31 17:58:44 thorpej Exp $
|
1993-05-07 12:33:00 +04:00
|
|
|
#
|
|
|
|
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
|
|
|
#
|
1994-11-03 21:37:51 +03:00
|
|
|
|
1996-11-15 12:19:31 +03:00
|
|
|
include "arch/i386/conf/std.i386"
|
1994-11-03 21:37:51 +03:00
|
|
|
|
1997-06-25 08:41:15 +04:00
|
|
|
options I386_CPU # CPU classes; at least one is REQUIRED
|
1996-03-05 04:32:11 +03:00
|
|
|
|
1997-06-25 08:41:15 +04:00
|
|
|
options DUMMY_NOPS # speed hack; recommended
|
|
|
|
options XSERVER,UCONSOLE
|
1994-11-03 21:37:51 +03:00
|
|
|
|
|
|
|
maxusers 10 # estimated number of users
|
1997-06-25 08:41:15 +04:00
|
|
|
options RTC_OFFSET=480 # hardware clock is this many mins. west of GMT
|
1994-11-03 21:37:51 +03:00
|
|
|
|
1997-06-25 08:41:15 +04:00
|
|
|
options DIAGNOSTIC # internal consistency checks
|
|
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
1994-11-03 21:37:51 +03:00
|
|
|
|
1997-06-25 08:41:15 +04: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
|
1997-11-25 23:29:24 +03:00
|
|
|
options COMPAT_13
|
1997-06-25 08:41:15 +04:00
|
|
|
options COMPAT_43 # and 4.3BSD
|
1994-11-03 21:37:51 +03:00
|
|
|
|
1997-01-31 04:50:46 +03:00
|
|
|
file-system FFS # UFS and quotas
|
|
|
|
file-system NFS # Network File System client
|
|
|
|
file-system MSDOSFS # MS-DOS file system
|
1993-03-25 03:19:33 +03:00
|
|
|
|
1997-06-25 08:41:15 +04:00
|
|
|
#options NFSSERVER # Network File System server
|
1994-11-03 21:37:51 +03:00
|
|
|
|
1997-06-25 08:41:15 +04:00
|
|
|
#options GATEWAY # packet forwarding
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
1993-07-11 14:29:55 +04:00
|
|
|
|
1995-12-12 04:52:39 +03:00
|
|
|
# PCVT options
|
1997-06-25 08:41:15 +04:00
|
|
|
#options PCVT_NSCREENS=1
|
|
|
|
#options PCVT_24LINESDEF
|
1995-12-12 04:52:39 +03:00
|
|
|
|
1996-09-22 07:00:32 +04:00
|
|
|
# PPP options
|
1997-06-25 08:41:15 +04:00
|
|
|
options PPP_BSDCOMP
|
|
|
|
options PPP_DEFLATE
|
1996-09-22 07:00:32 +04:00
|
|
|
|
1998-06-07 07:01:05 +04:00
|
|
|
config netbsd root on wd0
|
1994-11-03 21:37:51 +03:00
|
|
|
|
1996-03-04 06:25:48 +03:00
|
|
|
mainbus0 at root
|
|
|
|
|
|
|
|
isa0 at mainbus0
|
1996-02-28 05:02:29 +03:00
|
|
|
|
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
|
1996-03-10 12:03:13 +03:00
|
|
|
com* at ast? slave ?
|
1993-03-25 03:19:33 +03:00
|
|
|
|
1994-11-03 21:37:51 +03:00
|
|
|
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
|
1996-09-22 07:00:32 +04:00
|
|
|
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
|
1996-09-22 07:00:32 +04:00
|
|
|
wd0 at wdc? drive ?
|
1993-05-04 09:45:26 +04:00
|
|
|
|
1993-03-25 03:19:33 +03:00
|
|
|
|
1996-09-22 07:00:32 +04:00
|
|
|
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
|
1996-09-22 07:00:32 +04:00
|
|
|
pseudo-device ppp 2 # PPP
|
1993-04-10 16:03:30 +04:00
|
|
|
|
1994-11-03 21:37:51 +03:00
|
|
|
pseudo-device pty 32 # pseudo-terminals
|