removed frame out stuff from laptop local branch
This commit is contained in:
parent
72f711a421
commit
7d100e5c3e
@ -11,8 +11,7 @@ CHECKSUM equ -MAGIC_NUMBER
|
|||||||
KERNEL_STACK_SIZE equ 4096
|
KERNEL_STACK_SIZE equ 4096
|
||||||
|
|
||||||
|
|
||||||
; external labels(cdecl) calling convention
|
; Test funcs are generic void handler's in whatever the target module is
|
||||||
extern test
|
|
||||||
|
|
||||||
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
|
||||||
@ -23,7 +22,6 @@ align 4
|
|||||||
dd CHECKSUM
|
dd CHECKSUM
|
||||||
|
|
||||||
loader:
|
loader:
|
||||||
call test
|
|
||||||
|
|
||||||
.loop:
|
.loop:
|
||||||
jmp .loop
|
jmp .loop
|
||||||
|
Loading…
Reference in New Issue
Block a user