add my test machine...with math emulation turned on

This commit is contained in:
glass 1995-02-19 03:44:21 +00:00
parent 938030c27d
commit b6c0555406
1 changed files with 73 additions and 0 deletions

73
sys/arch/i386/conf/JUNK Normal file
View File

@ -0,0 +1,73 @@
# $NetBSD: JUNK,v 1.1 1995/02/19 03:44:21 glass Exp $
#
# JUNK -- Adam's Compaq SLT 386/20
#
machine i386 # architecture, used by config; REQUIRED
options I386_CPU
options MATH_EMULATE
options MACHINE_NONCONTIG
maxusers 3 # estimated number of users
options TIMEZONE=480 # time zone to adjust RTC time by
options DST=1 # daylight savings time used by RTC
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
options DDB # in-kernel debugger
options PANICWAIT
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_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options LKM # loadable kernel modules
options FFS #,QUOTA # UFS and quotas
options MFS # memory file system
options NFSCLIENT # Network File System client
options NFSSERVER # Network File System server
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options INET # IP + ICMP + TCP + UDP
config netbsd root on wd0 swap on wd0
options JUNK
isa0 at root
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
lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
wd0 at wdc0 drive 0
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd0 at fdc0 drive 0
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 6 # packet filter
#pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty
pseudo-device pty 16 # pseudo-terminals
pseudo-device tb 1 # tablet line discipline
pseudo-device vn 2 # paging to files