| 
 | 
 
资料上说(md)的磁盘号是0xFFFF(两字节) ,并说给(rd)改磁盘号时要避免和(md)相撞! 
 
If (rd) is a hard drive image, you should change the drive number to a value greater than or equal to 0x80(but should avoid using 0xffff,because 0xffff is for the (md) device). ---------摘自README_GRUB4DOS 
 
而在int13中断调用中磁盘号是1字节长,放在DL中 
 
是不是读取(md)时不使用int13调用?  
是使用了int15吗?  
0xFFFF是什么含义? 
 
请高手指教!! 
 
[ 本帖最后由 2011qf020124 于 2011-8-25 19:48 编辑 ] |   
 
 
 
 |