aboutsummaryrefslogtreecommitdiff
path: root/hexedit/main.s
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-06-04 19:11:20 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-06-04 19:11:20 -0500
commitb38a844ed9f6ad17d58db3e143ebc0c858762ec6 (patch)
tree89d87405750455c7f00785647370a6a87d8b0f53 /hexedit/main.s
parent86b72b11d6abcc602a93aa480f27644cc0b34373 (diff)
Add checksum to boot sector
Diffstat (limited to 'hexedit/main.s')
-rw-r--r--hexedit/main.s3
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