Legal Stuff
This commit is contained in:
parent
7c5a4a14af
commit
0033b6363c
|
@ -50,8 +50,4 @@ MmLoadGdt:
|
||||||
MmStoreGdt:
|
MmStoreGdt:
|
||||||
;; Loading the gdt via the gdtPtr pointer
|
;; Loading the gdt via the gdtPtr pointer
|
||||||
sgdt [rdi]
|
sgdt [rdi]
|
||||||
ret
|
ret
|
||||||
|
|
||||||
int main(void) {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue