(un)real mode mouse driver

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
St8ic

(un)real mode mouse driver

Post by St8ic »

Well it seems that just as Gandalf's PS/2 mouse troubles come to an end, mine start. For my unreal mode OS I need a working PS/2 mouse driver. I was considering using BIOS int15 for this task. Int15 (AX=C200h-C209h) has some very special functions for initalizing, reading data from and writing data to the mouse. I just need some help putting these functions into a driver. Any insights? Thanks.
Gandalf

RE:(un)real mode mouse driver

Post by Gandalf »

hi st8ic,

Yea my prob with PS/2 mouse is nearly over. By the way why don't u use port I/O instead of using BIOS. These links will be helpful.

panda.cs.ndsu.nodak.edu/~achapwes/PICmicro/PS2/ps2.htm
panda.cs.ndsu.nodak.edu/~achapwes/ PICmicro/mouse/mouse.html

hope this helps.

rgds
Gandalf
Post Reply