fix (IDT): fixed idt loading bug, that was caused by using a wrong calling convention
This commit is contained in:
parent
257999f0fe
commit
0e0e5cf154
|
@ -23,7 +23,7 @@ extern interrupts_handle
|
||||||
extern g_kernel_page_map
|
extern g_kernel_page_map
|
||||||
|
|
||||||
idt_load:
|
idt_load:
|
||||||
lidt [rax]
|
lidt [rdi]
|
||||||
ret
|
ret
|
||||||
GLOBAL idt_load
|
GLOBAL idt_load
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue