NetBSD/sys/arch/i386/conf/BOAT_ANCHOR

76 lines
1.9 KiB
Plaintext
Raw Normal View History

# $NetBSD: BOAT_ANCHOR,v 1.70 1996/11/16 01:16:38 fvdl 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
1995-08-22 23:43:06 +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
options TIMEZONE=480 # time zone to adjust RTC time by
options DST=1 # daylight savings time used by RTC
options DIAGNOSTIC # internal consistency checks
1994-11-03 21:37:51 +03:00
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,
1996-03-25 08:45:08 +03:00
options COMPAT_11 # NetBSD 1.1,
1996-08-27 03:39:36 +04:00
options COMPAT_12
1994-11-03 21:37:51 +03:00
options COMPAT_43 # and 4.3BSD
options FFS # UFS and quotas
1994-11-03 21:37:51 +03:00
options NFSCLIENT # Network File System client
#options NFSSERVER # Network File System server
1994-11-03 21:37:51 +03:00
options MSDOSFS # MS-DOS file system
options FIFO # FIFOs; RECOMMENDED
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
# PCVT options
1996-05-31 02:35:46 +04:00
#options PCVT_NSCREENS=1
#options PCVT_24LINESDEF
# PPP options
options PPP_BSDCOMP
options PPP_DEFLATE
1993-04-28 10:37:52 +04:00
config netbsd root on wd0 swap 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