Zeal-Operating-System / ZealOS

The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.
https://zealos.net
The Unlicense
1.53k stars 71 forks source link

Add USB support #71

Open TomAwezome opened 2 years ago

TomAwezome commented 2 years ago

USB stack with support for keyboard and mouse would resolve most or all 'unsupported' keyboard/mouse bugs on modern hardware, as it can replace relying on legacy BIOS PS/2 USB emulation. Would likely properly resolve #70.

xslendix commented 2 years ago

However, if USB will be used for input, it will probably be best to not mess with the existing PS/2 drivers, but build on top of them.

TomAwezome commented 2 years ago

Sounds good