您的位置:網(wǎng)站首頁(yè) > 電器維修資料網(wǎng) > 正文 >
自制軟盤FreeBSD系統(tǒng)2
★★★★★【文章導(dǎo)讀】:自制軟盤FreeBSD系統(tǒng)2具體內(nèi)容是:cpuI586_CPUcpuI686_CPUident"MINI-KERNEL"maxusers0#maxusers 好讓系統(tǒng)自動(dòng)分配,如果設(shè)得過大,會(huì)占用過多的內(nèi)存。optionsINET#InterNETworkingoptionsFFS#BerkeleyFastFilesystemoptionsFFS_ROOT#FFSusableasroo…
來源: 日期:2013-12-25 20:16:07 人氣:標(biāo)簽:
cpu I586_CPU
cpu I686_CPU
ident "MINI-KERNEL"
maxusers 0
#maxusers 好讓系統(tǒng)自動(dòng)分配,如果設(shè)得過大,會(huì)占用過多的內(nèi)存。
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options NO_SWAPPING #DISAble swap
device isa
device PCI
# Floppy drives
device fdc0 at isa? port IO_FD1 IRQ 6 drq 2
device fd0 at fdc0 drive 0
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
device vga0 at isa?
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? flags 0x100
# Floating point support - do not disable.
device npx0 at nexus? port IO_NPX irq 13
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device rl # ReaLTEk 8129/8139
device xl # 3Com 3c90x
device lnc0
at isa? port 0x280 irq 10 drq 0 # VMware Nic
# Pseudo devices - the number inDICates how many units to alLOCate.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device md # Memory "disks"
上面的內(nèi)核基本上是一個(gè)系統(tǒng)要運(yùn)行的 小配制了,當(dāng)然如果你的機(jī)器不同具體也不同,大家按自己的情況來定,我的機(jī)器配制是:
CPU: Pentium III 733MHz
MotherBoard: Via 693A Chipset
NIC: Realtek 8139c
【看看這篇文章在百度的收錄情況】
相關(guān)文章
- 上一篇: 自制軟盤FreeBSD系統(tǒng)1
- 下一篇: 自制軟盤FreeBSD系統(tǒng)3