Merge branch 'main' of gitlab.ibr.cs.tu-bs.de:vss/teaching/ss25/v_bsb1/Gruppe_018

This commit is contained in:
Eggert Jung
2025-07-08 01:14:30 +02:00
5 changed files with 225 additions and 8 deletions

View File

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