Legal stuff

This commit is contained in:
Adrien Bourmault 2019-06-04 00:28:13 +02:00
parent 2a71504ff3
commit 7c5a4a14af
1 changed files with 4 additions and 0 deletions

View File

@ -51,3 +51,7 @@ MmStoreGdt:
;; Loading the gdt via the gdtPtr pointer
sgdt [rdi]
ret
int main(void) {
}