use hlt for padding of stage 2 data section

refactor
pantonshire 8 months ago
parent 96e98cd534
commit 1974163db6

@ -23,7 +23,7 @@ s2_data:
.s3_bin_len_sectors:
dw 0
.padding:
times (S2_DATA_LEN - 4) db 0
times (S2_DATA_LEN - 4) db 0xf4
%if ($ - $$) != S2_DATA_LEN
%error "incorrect prelude data size"

Loading…
Cancel
Save