Parse multiboot information

This commit is contained in:
2017-12-04 22:09:14 +01:00
parent d0b946f327
commit 49f7738be2
6 changed files with 224 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ BootStack:
_start:
cli
mov edi, eax
mov esi, ebx
//; Set up a known stack
mov esp, offset V2P(BootStack)