| 
 | 
 
在程式菜单中有这么一段: 
 
default 0 
timeout 0 
#[0]Switch Case Control Center 
title 
#[1]DOS or return 1 
checkrange 0 read 0x60234 && goto 1 
...... 
#[1]DOS 
title 
checkrange 4 read 0x60068 && write 0x60234 3 && goto 0 
#checkrange 8 read 0x60068 || write 0x60234 1 
checkrange 8 read 0x60068 || write 0x60234 2 
checkrange 8 read 0x60068 || goto 0 
map --mem (hd-1,0)+1 (fd0) 
map --unmap=1,2,3,0x80:0xff 
map --rehook 
rootnoverify (fd0) && chainloader /io.sys 
 
 
(hd-1,0) 是最后一个硬盘分区,但进DOS后就是 C 盘符。请问何解? |   
 
 
 
 |