loader calling tests
This commit is contained in:
parent
69b1f4f164
commit
02e6b3f7b6
4
loader.s
4
loader.s
@ -9,7 +9,7 @@ CHECKSUM equ -MAGIC_NUMBER
|
|||||||
|
|
||||||
; size in bytes of stack
|
; size in bytes of stack
|
||||||
KERNEL_STACK_SIZE equ 4096
|
KERNEL_STACK_SIZE equ 4096
|
||||||
extern test_fb
|
extern test_write
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
; align all instructions to 4 byte boundary by the x86 instruction set law
|
; align all instructions to 4 byte boundary by the x86 instruction set law
|
||||||
@ -20,7 +20,7 @@ align 4
|
|||||||
dd CHECKSUM
|
dd CHECKSUM
|
||||||
|
|
||||||
loader:
|
loader:
|
||||||
call test_fb
|
call test_write
|
||||||
|
|
||||||
.loop:
|
.loop:
|
||||||
jmp .loop
|
jmp .loop
|
||||||
|
Loading…
Reference in New Issue
Block a user