Interrupts
This commit is contained in:
6
src/kernel/cpu/registers.S
Normal file
6
src/kernel/cpu/registers.S
Normal file
@@ -0,0 +1,6 @@
|
||||
.intel_syntax noprefix
|
||||
|
||||
.global load_idt
|
||||
load_idt:
|
||||
lidt [rdi]
|
||||
ret
|
||||
Reference in New Issue
Block a user