1
0
Fork 0
forked from koniifer/ableos

just getting started

This commit is contained in:
Talha Qamar 2024-07-26 18:29:12 +05:00
parent 6295a7118e
commit 0d3641e199
4 changed files with 5 additions and 0 deletions

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 {
}