您的位置:網站首頁 > 電器維修資料網 > 正文 >
自制軟盤FreeBSD系統2
★★★★★【文章導讀】:自制軟盤FreeBSD系統2具體內容是:cpuI586_CPUcpuI686_CPUident"MINI-KERNEL"maxusers0#maxusers 好讓系統自動分配,如果設得過大,會占用過多的內存。optionsINET#InterNETworkingoptionsFFS#BerkeleyFastFilesystemoptionsFFS_ROOT#FFSusableasroo…
來源: 日期:2013-12-25 20:16:07 人氣:標簽:
cpu I586_CPU
cpu I686_CPU
ident "MINI-KERNEL"
maxusers 0
#maxusers 好讓系統自動分配,如果設得過大,會占用過多的內存。
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"
上面的內核基本上是一個系統要運行的 小配制了,當然如果你的機器不同具體也不同,大家按自己的情況來定,我的機器配制是:
CPU: Pentium III 733MHz
MotherBoard: Via 693A Chipset
NIC: Realtek 8139c
【看看這篇文章在百度的收錄情況】
相關文章
- 上一篇: 自制軟盤FreeBSD系統1
- 下一篇: 自制軟盤FreeBSD系統3