
CODE: [Copy to clipboard]# boot from hd
label 0
localboot 0x80
# boot from floppy
label a
localboot 0x00
# cancel and try next boot device
label q
localboot -1
CODE: [Copy to clipboard][ Last edited by barton on 2008-2-17 at 07:12 PM ]# boot from 1st hd
label aHD
kernel chain.c32
append hd0 0
# boot from 2nd hd
label bHD
kernel chain.c32
append hd1 0
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |