diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-23 00:37:39 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-23 00:37:39 -0800 |
commit | 364133226c57185483a0b9dd90ab6df3e2decaf2 (patch) | |
tree | fd02384ae0445e1df6e75c31ed7c709cffe9c7ad /apps | |
parent | e412bf94438dfa8f4d7ea4b5d351e141e7f9fe03 (diff) | |
download | mu-364133226c57185483a0b9dd90ab6df3e2decaf2.tar.gz |
7380
Diffstat (limited to 'apps')
-rw-r--r-- | apps/boot.hex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/boot.hex b/apps/boot.hex index 8638fdb5..b1cefb96 100644 --- a/apps/boot.hex +++ b/apps/boot.hex @@ -195,7 +195,7 @@ e9 fb ff # loop forever e9 fb ff ff ff # loop forever -# padding to 512 bytes +# padding # 111: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 @@ -213,7 +213,8 @@ e9 fb ff ff ff # loop forever 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -55 aa # final 2 bytes: boot sector marker +# final 2 bytes of boot sector +55 aa ## sector 2 # not loaded on boot; loaded by load_disk |