diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-24 16:31:45 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-24 16:31:45 -0800 |
commit | faef965611485f4739b405effc59deab2432135d (patch) | |
tree | 1522c14a4fa4fe39ee553f2c8709b3f5bba50b07 | |
parent | bf8f246e0833285de82c0bd9170eab49f1340e08 (diff) | |
download | mu-faef965611485f4739b405effc59deab2432135d.tar.gz |
7399
-rw-r--r-- | apps/boot.hex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/boot.hex b/apps/boot.hex index 33738cf7..8b11dbab 100644 --- a/apps/boot.hex +++ b/apps/boot.hex @@ -19,8 +19,8 @@ # # Since we start out in 16-bit mode, we need instructions SubX doesn't # support. -# This file contains just hex bytes and comments. Zero error-checking. Make -# liberal use of: +# This file contains just lowercase hex bytes and comments. Zero +# error-checking. Make liberal use of: # - comments documenting expected offsets # - size checks on the emitted file (currently: 512 bytes) # - xxd to eyeball that offsets contain expected bytes @@ -37,7 +37,7 @@ fa # cli # initialize segment registers - # this isn't always needed, but is considered safe not to assume + # this isn't always needed, but the recommendation is to not make assumptions b8 00 00 # ax <- 0 8e d8 # ds <- ax 8e d0 # ss <- ax |