disk Handbook chapter, backups, and MINI kernel
Dmitry Morozovsky
marck at rinet.ru
Sun Jun 18 23:08:50 UTC 2006
Colleagues,
in process of trhodes' 4.X handbook cleanup I found the following:
MINI kernel config in disks chapter is seriously out of date. I'd tried to
bring it up to date (attached), but even after this kernel is about 2.4 M in
size, hence useless for floppy boot. Disabling SCSI and enabling ata/atadisk
does not help much - 2.1M
I suppose the whole process should be reorganized to CD/PXE boot standard fixit
media which does not suffer from such space restrictions, allows module
loading, etc?
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck at rinet.ru ***
------------------------------------------------------------------------
-------------- next part --------------
#
# MINI -- A kernel to get FreeBSD onto a disk.
#
machine "i386"
cpu "I686_CPU"
ident MINI
maxusers 5
options SCHED_4BSD
options INET # needed for _tcp _icmpstat _ipstat
# _udpstat _tcpstat _udb
options FFS #Berkeley Fast File System
options FAT_CURSOR #block cursor in syscons or pccons
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
device pci
device fdc
device ncr
device scbus
device sc
device vga
device atkbdc
device atkbd
device npx
device da
device sa
device loop # required by INET
device ether # required by INET
device random
More information about the freebsd-doc
mailing list