forked from koniifer/ableos
just getting started
This commit is contained in:
parent
6295a7118e
commit
0d3641e199
3
sysdata/programs/ps2_driver/README.md
Normal file
3
sysdata/programs/ps2_driver/README.md
Normal 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
|
0
sysdata/programs/ps2_driver/src/controller.hb
Normal file
0
sysdata/programs/ps2_driver/src/controller.hb
Normal file
0
sysdata/programs/ps2_driver/src/keyboard.hb
Normal file
0
sysdata/programs/ps2_driver/src/keyboard.hb
Normal file
2
sysdata/programs/ps2_driver/src/main.hb
Normal file
2
sysdata/programs/ps2_driver/src/main.hb
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
main:= fn(): int {
|
||||||
|
}
|
Loading…
Reference in a new issue