more or less works (with kill)

This commit is contained in:
Eggert Jung
2025-07-08 13:49:52 +02:00
parent cc412f4902
commit fd021c98a7
7 changed files with 33 additions and 7 deletions

View File

@@ -69,7 +69,8 @@ enum Vector {
// Interrupts
KEYBOARD=32,
PANIC=33,
TIMER=34
TIMER=34,
ASSASSIN=35
};
constexpr size_t VECTORS = 256;