about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-23 00:37:39 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-23 00:37:39 -0800
commit364133226c57185483a0b9dd90ab6df3e2decaf2 (patch)
treefd02384ae0445e1df6e75c31ed7c709cffe9c7ad /apps
parente412bf94438dfa8f4d7ea4b5d351e141e7f9fe03 (diff)
downloadmu-364133226c57185483a0b9dd90ab6df3e2decaf2.tar.gz
7380
Diffstat (limited to 'apps')
-rw-r--r--apps/boot.hex5
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