1

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

Carlos
  • 11
  • 2

1 Answers1

1

This might help: http://wiki.osdev.org/Mouse_Input

(found indirectly from Mike's answer in this SO thread: Develop a Bootloader In Assembly)

Community
  • 1
  • 1
datageist
  • 999
  • 6
  • 17