diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-06-04 19:11:20 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-06-04 19:11:20 -0500 |
commit | b38a844ed9f6ad17d58db3e143ebc0c858762ec6 (patch) | |
tree | 89d87405750455c7f00785647370a6a87d8b0f53 /hexedit/main.s | |
parent | 86b72b11d6abcc602a93aa480f27644cc0b34373 (diff) |
Add checksum to boot sector
Diffstat (limited to 'hexedit/main.s')
-rw-r--r-- | hexedit/main.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hexedit/main.s b/hexedit/main.s index f2f6126..a12b4b3 100644 --- a/hexedit/main.s +++ b/hexedit/main.s @@ -13,3 +13,6 @@ main: bl setup_gpio bl setup_uart b hexedit + +.section .stage_2_crc +.word 0x00000000 |