制作软盘上运行的FreeBSD系统[2]

[入库:2005年9月21日] [更新:2007年3月24日]

本文简介:

options UFS              # UFS文件系统支持
options UFS_ROOT    # UFS ROOT
pseudo-device md    # MD设备支持


下面是我使用的一个内核配制文件

#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $
machine                  i386
cpu                         I386_CPU
cpu                         I486_CPU
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

本文关键:制作软盘上运行的FreeBSD系统
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top