fix (IDT): fixed idt loading bug, that was caused by using a wrong calling convention

This commit is contained in:
antifallobst 2023-03-08 19:48:23 +01:00
parent 257999f0fe
commit 0e0e5cf154
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ extern interrupts_handle
extern g_kernel_page_map
idt_load:
lidt [rax]
lidt [rdi]
ret
GLOBAL idt_load