diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-24 22:44:43 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-24 22:44:43 -0800 |
commit | 212d72a2df5277a476d90e809e8a89f8254b5253 (patch) | |
tree | a0617460112e679e73d921f47857d20f70526182 | |
parent | 0373ace5e025243a88a5619f2d3af2473e997ed8 (diff) | |
download | mu-212d72a2df5277a476d90e809e8a89f8254b5253.tar.gz |
7565
Somehow everything worked with this bug.
-rw-r--r-- | baremetal/boot.hex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex index 45b4f4d8..a5608a2d 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -249,7 +249,7 @@ e9 fd ff # loop forever # 11e: # initialization is done; enable interrupts fb - e9 e1 16 00 00 # jump to 0x9400 [label] + e9 dc 16 00 00 # jump to 0x9400 [label] # padding # 124: |