如何从引导加载程序读取/使用鼠标?
我想从引导加载程序使用鼠标,但 int33h 不起作用(DOS 中断,并且没有 DOS 引导),所以你能帮我吗,如何在不使用 int33h 的情况下读取鼠标位置、状态等?
谢谢
I want to use mouse from a boot loader, but the int33h is not working, (DOS interrupt, and there is no DOS booting),so can you help me, how can I read the mouse position, status, etc without using int33h?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会有所帮助: http://wiki.osdev.org/Mouse_Input
(从 Mike 的回答中间接找到此线程:在程序集中开发引导加载程序)
This might help: http://wiki.osdev.org/Mouse_Input
(found indirectly from Mike's answer in this SO thread: Develop a Bootloader In Assembly)