Legal stuff

This commit is contained in:
Adrien Bourmault 2019-06-04 00:28:13 +02:00
parent 2a71504ff3
commit 7c5a4a14af

View file

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