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.
如何获取 13 小时中断的所有设备的编号并打印?例如我的 BIOS 支持 USB 启动,但 dl=81h-90h 不工作。因此我需要查看所有设备的数量...谢谢。
如果未插入这些设备,BIOS 可能会报告这些设备的故障。AFAIK 无法直接迭代设备,因此您可能只需编写一个小循环来测试每个设备编号(您可以INT 13h AH=08h用来测试驱动器参数)。
INT 13h AH=08h