initial commit

This commit is contained in:
2026-03-03 10:26:19 +00:00
commit ebb9489410
15 changed files with 633 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
pub enum Interrupt {
PageFault,
ProtectionFault,
}