如何从引导加载程序读取/使用鼠标?

发布于 2024-08-23 04:22:05 字数 103 浏览 3 评论 0原文

我想从引导加载程序使用鼠标,但 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎言笑 2024-08-30 04:22:05

这可能会有所帮助: 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文