(un)real mode mouse driver
(un)real mode mouse driver
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.
RE:(un)real mode mouse driver
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
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