c1ad0fc5/1/2026, 8:41:11 PM
~kernel/idt.S
.sh
Shell
(text/x-sh)
.section .text
.global isr_handler_common
.global irq_handler_common

/* Minimal ISR handlers for linking */
isr_handler_common:
    ret

irq_handler_common:
    ret