good luck able #17

Merged
able merged 15 commits from koniifer/ableos:master into master 2024-09-14 11:44:13 -05:00
4 changed files with 5 additions and 0 deletions
Showing only changes of commit 0d3641e199 - Show all commits

View file

@ -0,0 +1,3 @@
# PS/2 Driver
This program is a simple driver to read keypresses from a PS/2 Keyboard
Also will contain an abstraction for the PS/2 controller in general so the Mouse code will probably also live here...maybe

View file

@ -0,0 +1,2 @@
main:= fn(): int {
}