Legal stuff
This commit is contained in:
parent
2a71504ff3
commit
7c5a4a14af
|
@ -51,3 +51,7 @@ 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