helos1/interrupt
Edgaru089 3b9fc2f4d0 interrupt: remove global IDTR/GDTR
LIDT/LGDT is now called with addresses in stack
2021-11-07 17:48:41 +08:00
..
handler.asm.S interrupt: dump all registers and panic on INT<32 2021-10-11 22:52:02 +08:00
handler.c interrupt: dump all registers and panic on INT<32 2021-10-11 22:52:02 +08:00
handlers.h Initial commit 2021-10-10 14:39:17 +08:00
init.c interrupt: remove global IDTR/GDTR 2021-11-07 17:48:41 +08:00
interrupt_testcode.S Initial commit 2021-10-10 14:39:17 +08:00
interrupt.h interrupt: remove global IDTR/GDTR 2021-11-07 17:48:41 +08:00
load_gdt.S interrupt: load data segment 0 instead of 2 2021-10-14 15:52:38 +08:00
map_handler.S Initial commit 2021-10-10 14:39:17 +08:00
syscall.h Initial commit 2021-10-10 14:39:17 +08:00
syscall.S Initial commit 2021-10-10 14:39:17 +08:00
testcode.h Initial commit 2021-10-10 14:39:17 +08:00