Hi,
I am trying to implement PS/2 mouse in my OS. But, even though it initializes successfully, it does not show ANY kind of data. I am using legacy PIC only(i disabled apic).
I need answers to these questions:
1. Is my code /logic incorrect ? If so,what is the solution?
2. Is the problem my code or my QEMU config or my QEMU build/version?
3. If it's not possible to implement PS/2, do I need to implement UHCI? Also, What kind for file system I should mount on the mouse? A fakefs or a virtfs?
Neccessary Info
1. Code: https://github.com/afifafifafifafifali/ ... /tree/main
2. QEMU Build: 4.2.0 (v4.2.0-11797-g2890edc853-dirty) (x86_64,windows exe, use this URL to install:https://drive.google.com/file/d/15PZQJC ... sp=sharing)
