Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何使用 bios 中断加载 pendrive 的扇区?从 pendirve 引导需要具有低级别的磁盘访问权限....我听说了,我们可以使用 int 13h加载扇区...但是如何使用相同的中断来加载 pendirve 的扇区?加载扇区需要什么参数......???我们如何加载一个扇区,比如一个 pendrive 的2560 ... 如何计算用于 int 13h 的磁盘参数?如何获得磁头,磁道编号为笔式驱动器??????
如果 BIOS 可以引导笔式驱动器,则 BIOS 正在为笔式驱动器模拟硬盘驱动器或软盘驱动器。int 13h with AH=48h or AH=08h 向 BIOS 询问模拟硬盘驱动器或软盘驱动器的几何结构。