head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	95.12.30.18.55.29;	author peter;	state dead;
branches;
next	1.2;

1.2
date	94.08.08.09.14.37;	author davidg;	state Exp;
branches;
next	1.1;

1.1
date	94.08.06.06.36.55;	author davidg;	state Exp;
branches;
next	;


desc
@@


1.3
log
@recording cvs-1.6 file death
@
text
@#
# 'CORBIN' Kernel Configuration
#
machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
ident		CORBIN

timezone	8 dst
maxusers	16

options		"i486"

options		INET,GATEWAY
#options		MULTICAST,MROUTING
options		FFS
options		MFS
options		NFS
options		LFS
options		FIFO
options		PROCFS
options		UNION
options		KERNFS
options		FDESC
options		PORTAL
options		NULLFS
options		UMAPFS
options		"CD9660"

options		KTRACE				#kernel syscall tracing
options		"COMPAT_43"			#sycall compatibility
#options		"TCP_COMPAT_42"
#options		UCONSOLE			#allow non-root console switch
#options		"COMCONSOLE=0"			#serial console
options		COM_BIDIR			#"bidirectional" serial ports
options		COM_MULTIPORT			#multiport serial cards
options		MATH_EMULATE			#i387 math emulator
#options		SYSVSHM				#SYSV shared memory
#options		"SHMMAXPGS=1024"		#max sysvshm shared pages
options		DUMMY_NOPS				#no nops in inb/outb
options		FAT_CURSOR				#block cursor
options		"NCONS=4"				#four virtual consoles
options		"SYMTAB_SPACE=92000"			#space for debugging symbols
options		"NFS_MAXATTRTIMO=10"			#maximum NFS attribute cache timeout

options		USER_LDT

config		kernel	root on sd0 swap on sd0 dumps on sd0

#ISA bus
controller	isa0

#MFM disk
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

#Floppy disk
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

#IO_AHA0 = 0x330  IO_AHA1 = 0x334
controller	ahb0	at isa? bio irq 11 vector ahbintr
#controller	aha0	at isa? port 0x330 bio irq 11 drq 5 vector ahaintr
#controller	aha1	at isa? port "IO_AHA1" bio irq 12 drq 7 vector ahaintr
controller	scbus0
device		sd0
device		sd1
device		sd2
device		sd3
#
device		st0
device		cd0
#
#device		mcd0	at isa? port 0x320 bio irq 5 vector mcdintr

#PC console - "syscons"
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

#Numeric processor (FPU)
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

#16450/16550 UARTs
#device		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
#device		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
#device		com2	at isa? port 0x3e8 tty irq 9 vector comintr
#device		com3	at isa? port 0x2e8 tty irq 2 vector comintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? port 0x3e8 tty irq 9 vector siointr
#device		sio3	at isa? port 0x2e8 tty irq 2 vector siointr

#device ep0 at isa? port 0x300 net irq 10 vector epintr

#Western Digital WD8003/WD8013 ethernet
#device		ed0	at isa? port 0x300 net flags 0x04 irq 10 iomem 0xcc000 iosiz 16384 vector edintr
device		ed0	at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr

#device		is0	at isa? port 0x280 net irq 10 drq 7 vector isintr

#device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr

#device		sb0	at isa? port 0x220 irq 5 drq 1 vector sbintr

#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr
#device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	2
pseudo-device	log
pseudo-device	pty	16
pseudo-device	bpfilter	4
pseudo-device	ddb
#pseudo-device	speaker
@


1.2
log
@Take out multicast support for the moment.
@
text
@@


1.1
log
@Added my own kernel configuration file. This can be used as a place to
start for people trying to get 2.0 running.
@
text
@d15 1
a15 1
options		MULTICAST,MROUTING
@
