1
0
Fork 0
mirror of https://github.com/tailix/loadwarka.git synced 2024-11-11 13:50:54 -05:00

Fix alignment

This commit is contained in:
Alex Kotov 2022-01-27 05:30:53 +05:00
parent fd57d412f7
commit ec0901265e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
_start:
ljmp $0, $STAGE1_ADDR(main)
.align 4
.align 2
size: .word _end - _start
disk: .byte 0

View file

@ -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"