git-svn-id: https://spexeah.com:8443/svn/Asuro@115 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-19 17:19:24 +00:00
parent 1f2f7cf380
commit da0401a21e
9 changed files with 2 additions and 4 deletions

View File

@ -35,7 +35,7 @@ MULTIBOOT_HEADER_CHECKSUM equ -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEA
;
; Kernel stack size
;
KERNEL_STACKSIZE equ 0x4000
KERNEL_STACKSIZE equ 0x4000
KERNEL_VIRTUAL_BASE equ 0xC0000000
KERNEL_PAGE_NUMBER equ (KERNEL_VIRTUAL_BASE >> 22)
@ -62,6 +62,7 @@ dd MULTIBOOT_HEADER_CHECKSUM
; Entrypoint
;
loader equ _loader
;loader equ (_loader - 0xC0000000)
global loader
_loader: