Answer the question
In order to leave comments, you need to log in
Why is the mouse driver using the same port as the keyboard driver?
Looking at this article https://github.com/stevej/osdev/blob/master/kernel... I noticed these lines:
#define MOUSE_PORT 0x60
#define MOUSE_STATUS 0x64
Answer the question
In order to leave comments, you need to log in
The same ports are used when finding the pressed key on the keyboard, so how can they be here and there?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question