dead@root

This commit is contained in:
2024-05-25 19:20:33 +03:00
commit ea8f6b4ce0
39 changed files with 1769 additions and 0 deletions

5
idt_load.s Normal file
View File

@@ -0,0 +1,5 @@
.section .text
.global idt_load
idt_load:
lidt idtp
ret