Improved build system
Added new entries to .gitignore Moved away from source directory as central spot for all source code
This commit is contained in:
6
kernel/interrupts/idt.s
Normal file
6
kernel/interrupts/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