75 lines
2.2 KiB
Plaintext
75 lines
2.2 KiB
Plaintext
# $NetBSD: KICKME,v 1.39 1997/01/31 01:50:51 thorpej Exp $
|
|
#
|
|
# KICKME -- 486Cx-33 development machine
|
|
#
|
|
|
|
include "arch/i386/conf/std.i386"
|
|
|
|
#options COMCONSOLE=0
|
|
#options COMADDR=0x3f8
|
|
|
|
options I486_CPU
|
|
#options MATH_EMULATE # floating point emulation
|
|
|
|
# Some BIOSes don't get the size of extended memory right. If you
|
|
# have a broken BIOS, uncomment the following and set the value
|
|
# properly for your system.
|
|
#options BIOSEXTMEM=... # size of extended memory
|
|
|
|
#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 DDB # in-kernel debugger
|
|
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_43 # and 4.3BSD
|
|
|
|
file-system FFS # UFS
|
|
file-system NFS # Network File System client
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
file-system UNION # union file system
|
|
|
|
options NFSSERVER # Network File System server
|
|
options FIFO # FIFOs; RECOMMENDED
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
config netbsd root on sd0 type ffs swap on sd0 and sd1
|
|
|
|
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
|
|
|
|
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
|
com1 at isa? port 0x2f8 irq 3
|
|
|
|
bha0 at isa? port 0x330 irq ? drq ? # BusLogic 54x SCSI controllers
|
|
scsibus* at bha?
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
#st* at scsibus? target ? lun ? # SCSI tape drives
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|
#ch* at scsibus? target ? lun ? # SCSI autochangers
|
|
|
|
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
|
|
fd* at fdc? drive ?
|
|
|
|
ed0 at isa? port 0x280 iomem 0xd0000 irq 3 # WD/SMC, 3C503, and NE[12]000
|
|
ed1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|
|
|
pseudo-device loop 1 # network loopback
|
|
pseudo-device bpfilter 4 # packet filter
|
|
pseudo-device pty 32 # pseudo-terminals
|
|
pseudo-device vnd 16 # vnode-disk driver
|