capitalization

This commit is contained in:
Simon
2025-05-10 15:37:56 +02:00
parent 9a311fd38c
commit e9500c1b40

View File

@@ -67,7 +67,7 @@ enum Vector {
SECURITY_EXCEPTION = 31, SECURITY_EXCEPTION = 31,
// Interrupts // Interrupts
Keyboard=32, KEYBOARD=32,
PANIC=33 PANIC=33
}; };
constexpr size_t VECTORS = 256; constexpr size_t VECTORS = 256;