Renaming/Moving stuff into a different file structure
This commit is contained in:
6
src/kernel/idt/idt.s
Normal file
6
src/kernel/idt/idt.s
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
.globl idt_flush
|
||||
idt_flush:
|
||||
mov 4(%esp), %eax
|
||||
lidt (%eax)
|
||||
ret
|
Reference in New Issue
Block a user