This kernel is a barebones kernel. No networking, no CD's no nothing.
Will be used to get a little bit of FreeBSD onto a disk, from where other kernels can be loaded.
This commit is contained in:
parent
0398136f19
commit
687e53b0ba
54
sys/i386/conf/MINI
Normal file
54
sys/i386/conf/MINI
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user