6 lines
92 B
ArmAsm
6 lines
92 B
ArmAsm
global load_gdt
|
|
|
|
; lgdt can only be used from assembly so here we are
|
|
load_gdt:
|
|
lgdt [eax]
|