⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module idt

Module idt 

Source
Expand description

Interrupt Descriptor Table

Sets up handlers for CPU exceptions (breakpoint, page fault, GPF, double fault) and hardware interrupts (timer). Fatal exception handlers log diagnostic information and halt the CPU instead of panicking, which avoids triggering a double fault from within an interrupt context.

Functions§

init