1
0
Fork 0

Fix bootloader

main
Mark 2024-12-11 18:52:55 -08:00
parent bebed12bf4
commit 3fc40ce6be
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 7 additions and 4 deletions

View File

@ -6,4 +6,7 @@ indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = false
[*.asm]
indent_style = space

View File

@ -22,9 +22,9 @@ times 3072 db 0 ; Pad to 0x13000
; stage3, loaded at 0x13000
stage3:
; %defstr STAGE3_STR %[STAGE3]
; incbin STAGE3_STR
; align 512, db 0
%defstr STAGE3_STR %[STAGE3]
incbin STAGE3_STR
align 512, db 0
.end:
; the maximum size of the boot loader portion is 384 KiB