| 代码:
 #cd /usr/local/src
 #fetch http://www.picobsd.org/bin/picobsd_bridge.bin
 # fdformat /dev/rfd0
 Format 1440K floppy `/dev/rfd0'? (y/n): y
 Processing VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV done.
 # disklabel -r -w fd0 fd1440
 # newfs /dev/rfd0
 Warning: Block size restricts cylinders per group to 6.
 Warning: 1216 sector(s) in last cylinder unallocated
 /dev/rfd0:      2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 736 i/g)
 super-block backups (for fsck -b #) at:
 32,
 
 dd if=picobsd_bridge.bin of=/dev/fd0
 
 
 接下来就可以从软盘引导了,很方便
 
 
 
 
 
 |