Legal stuff
This commit is contained in:
parent
2a71504ff3
commit
7c5a4a14af
|
@ -51,3 +51,7 @@ MmStoreGdt:
|
|||
;; Loading the gdt via the gdtPtr pointer
|
||||
sgdt [rdi]
|
||||
ret
|
||||
|
||||
int main(void) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue