Okay wow i forgot to commit a bunch of stuff

I added some work on a keyboard driver here
also changed the emulation system, since bochs was giving me headaches when it came to keyboard input
added some todo stuff.. probably some cleanup, idk
This commit is contained in:
2025-06-03 19:08:45 -04:00
parent ca77157344
commit af92026a74
11 changed files with 160 additions and 156 deletions

7
TODO.md Normal file
View File

@ -0,0 +1,7 @@
## What do I need to do?
Exception handling is a must for next part, we need to be able to dianogse issues better
- Want the address of the fault
- Proper handling of the issue
- Maybe dump registers?