massive overhaul to my exception system

This commit is contained in:
2025-06-05 20:28:17 -04:00
parent 79f04df82e
commit 3e01dc2074
5 changed files with 223 additions and 40 deletions

View File

@ -1,7 +1,6 @@
## What do I need to do?
Exception handling is a must for next part, we need to be able to dianogse issues better
### Features I want
- Want the address of the fault
- Proper handling of the issue
- Maybe dump registers?
- A kernel bus
- some kind of driver where I can send messages that can eventually be accessed globally by other drives / applications