diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-02-01 22:56:50 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-02-01 22:56:50 -0800 |
commit | 7212178bc6cd2cf4bf8ab90eea5d43a89e2eec60 (patch) | |
tree | 9d0e52393dfc62c0a1fb11d0eca6aee561eb22df /baremetal | |
parent | cd83a22a599004e0087ef0a3d6e791537adfdbea (diff) | |
download | mu-7212178bc6cd2cf4bf8ab90eea5d43a89e2eec60.tar.gz |
7683
Diffstat (limited to 'baremetal')
-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 b2156838..deccff9d 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -36,7 +36,7 @@ # Don't panic! This file doesn't contain any loops or function calls. 80% of # it is data. One pass through less than 1KB of code (there's lots of # padding), and then we jump into a better notation. The rest of the stack -# (really only in a couple of slightly higher-level places) only needs to know +# (really only in a couple of slightly higher-level places) needs to know just # a few magic constants: # Video memory: start is stored at 0x8128 # Keyboard buffer: starts at 0x8028 |