summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-06 06:36:55 +0000
committerdg <dg@FreeBSD.org>1994-08-06 06:36:55 +0000
commit85b36e9dfa3cfc5ec0c04a26b456afa7f844fd29 (patch)
treeb838e377086c8bc1ce7dee3fd90a72b6acd02589
parent775b0042f2256f60da621de768c2a88945027a91 (diff)
downloadFreeBSD-src-85b36e9dfa3cfc5ec0c04a26b456afa7f844fd29.zip
FreeBSD-src-85b36e9dfa3cfc5ec0c04a26b456afa7f844fd29.tar.gz
Added my own kernel configuration file. This can be used as a place to
start for people trying to get 2.0 running.
-rw-r--r--sys/i386/conf/CORBIN116
1 files changed, 116 insertions, 0 deletions
diff --git a/sys/i386/conf/CORBIN b/sys/i386/conf/CORBIN
new file mode 100644
index 0000000..1f23c67
--- /dev/null
+++ b/sys/i386/conf/CORBIN
@@ -0,0 +1,116 @@
+#
+# '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
OpenPOWER on IntegriCloud