diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-15 21:36:25 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-15 21:36:25 +0000 |
| commit | daf49c81cc25caca7ffe66dc2afa43ef5860dba7 (patch) | |
| tree | b02b5e8a6969cc749d2bc8c57ec5915eee46e0da | |
| parent | 6d718805b01f9f4ab89c32519ab731364c9a22c9 (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/MINI | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/sys/i386/conf/MINI b/sys/i386/conf/MINI new file mode 100644 index 000000000000..2d15e7189dde --- /dev/null +++ b/sys/i386/conf/MINI @@ -0,0 +1,54 @@ +# +# MINI -- A kernel for getting FreeBSD on a disk +# +# $Id: GENERICAH,v 1.49 1994/10/03 22:32:11 phk Exp $ +# + +machine "i386" +cpu "I386_CPU" +cpu "I486_CPU" +cpu "I586_CPU" +ident MINI +maxusers 4 + +options MATH_EMULATE #Support for x87 emulation +options FFS #Berkeley Fast File System +options "NCONS=1" #no virtual consoles +options BOUNCE_BUFFERS #include support for DMA bounce buffers + +config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0 + +controller isa0 + +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 + +controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr +disk wd0 at wdc0 drive 0 +disk wd1 at wdc0 drive 1 + +controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr +disk wd2 at wdc1 drive 0 +disk wd3 at wdc1 drive 1 + +controller ahb0 at isa? bio irq 11 vector ahbintr +controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr +controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr +controller uha0 at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr +controller aic0 at isa? port 0x340 bio irq 11 vector aicintr +#controller pas0 at isa? port 0x1f88 bio +controller pci0 +controller ncr0 + +controller scbus0 + +device sd0 +device sd1 +device sd2 +device sd3 + +device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr +device npx0 at isa? port "IO_NPX" irq 13 vector npxintr + +#pseudo-device gzip # Exec gzipped a.out's |
