anfang aufgabe 5 und notizen

This commit is contained in:
Simon
2025-06-27 15:49:07 +02:00
parent f5c42a8e77
commit 38a10f2010
4 changed files with 199 additions and 1 deletions

View File

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