Help with mouse
Posted: Mon Sep 26, 2016 1:35 pm
Can you help me, i dont know how to work with ps/2 mouse in real mode. Can you help me with it?
Until you start dealing with IOPL. But no, the mouse doesn't work any differently in real mode vs any other mode (neither does any other hardware, really, except that most people in real mode use the BIOS to access hardware and the way you write your code for interacting with hardware directly may need to be different depending on which mode you're in).omarrx024 wrote:The fact that you're in real mode is irrelevant.