NUM_INTERRUPTS
#ifndef NUM_INTERRUPTS
sregs.idt.limit = NUM_INTERRUPTS * sizeof(struct idt_entry) - 1;
for (i = 0; i < NUM_INTERRUPTS; i++)