@ -1,3 +0,0 @@
#include "types.h"
void load_idt(void* idt_addr);
@ -1,7 +0,0 @@
global load_idt
load_idt:
; takes the address of the first element in the Interrupt descriptor table
mov eax, [esp+4]
lidt eax
ret
The note is not visible to the blocked user.