1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

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 ;; Loading the gdt via the gdtPtr pointer
sgdt [rdi] sgdt [rdi]
ret ret
int main(void) {
}