mirror of
https://github.com/tailix/loadwarka.git
synced 2024-11-11 13:50:54 -05:00
Fix alignment
This commit is contained in:
parent
fd57d412f7
commit
ec0901265e
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
_start:
|
||||
ljmp $0, $STAGE1_ADDR(main)
|
||||
|
||||
.align 4
|
||||
.align 2
|
||||
size: .word _end - _start
|
||||
|
||||
disk: .byte 0
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
_start:
|
||||
ljmp $0, $STAGE2_ADDR(main)
|
||||
|
||||
.align 4
|
||||
.align 2
|
||||
size: .word _end - _start
|
||||
|
||||
hello: .string "Hello from stage 2!\r\n"
|
||||
|
|
Loading…
Reference in a new issue