idt: add INT_KERNEL_SWINT

This commit is contained in:
Josh Holtrop 2023-11-28 10:30:16 -05:00
parent dc231741b7
commit c8a9fcf0d5

View File

@ -74,6 +74,7 @@ struct Idt
public static enum ulong INT_APIC_TIMER = 0x70u;
public static enum ulong INT_APIC_LINT0 = 0x71u;
public static enum ulong INT_APIC_LINT1 = 0x72u;
public static enum ulong INT_KERNEL_SWINT = 0x80u;
public static enum ulong INT_APIC_SPURIOUS = 0xFFu;
struct idtr_t