syscall test

This commit is contained in:
2025-11-26 08:24:31 +01:00
parent 3808f494af
commit da3f961edb
6 changed files with 51 additions and 28 deletions

View File

@@ -72,6 +72,8 @@ enum class Vector : uint8_t {
PANIC = 99, ///< Panic interrupt to stop CPU (default value for \ref IOAPIC
///< devices)
TIMER = 32, ///< Periodic CPU local \ref LAPIC::Timer interrupt
SYSCALL = 0x80
};
constexpr size_t VECTORS = 256;