master
E. Almqvist 3 years ago
parent 30d39222f3
commit c7682c984d
  1. 2
      kernel/isr.asm
  2. 3
      kernel/kernel.c

@ -1,5 +1,3 @@
isr_debug_ptr equ 0xe222
%macro isr_err_stub 1
isr_stub_%+%1:
cli

@ -96,6 +96,5 @@ void kernel_init() {
printalign(buf, 0x0f, MIDDLE);
++i;
}
while(true) { __asm__("hlt"); } // never escape this function
//while(true) { __asm__("hlt"); } // never escape this function
}

Loading…
Cancel
Save