diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-23 10:06:04 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-23 10:06:04 -0800 |
commit | 5ba5f319db35e84968d39b7601e3a1176157e4bc (patch) | |
tree | 502fc3f111482aad7fa15b47c9c418a6d60df03e /apps | |
parent | 895aa716169ed48d0509dce403786c8c34846275 (diff) | |
download | mu-5ba5f319db35e84968d39b7601e3a1176157e4bc.tar.gz |
7386
Commit 7380 excluding 7376.
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 6b2c8c2e..74c27da0 100644 --- a/apps/boot.hex +++ b/apps/boot.hex @@ -191,7 +191,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 @@ -209,7 +209,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 |