]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - kernel/entry.s
Get memory map from BIOS E820
[nameless-os.git] / kernel / entry.s
index 10c95e8985955184b0b8f0afde73f5c99c692d13..5ef71bb84d95dc517fa994c60b4b7a8f12e5aad0 100644 (file)
@@ -6,6 +6,8 @@ global _start
 _start:
        mov ebp, __STACK_BOTTOM__
        mov esp, ebp
+       push ecx
+       push edi
        call kmain
        hlt
        jmp $-1