diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-08-29 19:13:23 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-08-29 19:13:23 -0700 |
commit | 14cfa3e109c1685d3263414f61e1767722298e67 (patch) | |
tree | 5c34f2e178d1943b323a356601367f1c3174c4bd | |
parent | 8306c084ade0878a5d9aa135f79382a77020488d (diff) | |
download | mu-14cfa3e109c1685d3263414f61e1767722298e67.tar.gz |
.
-rw-r--r-- | boot.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.subx b/boot.subx index f061a716..1cd78bfd 100644 --- a/boot.subx +++ b/boot.subx @@ -178,7 +178,7 @@ cd/syscall 0x13/imm8/bios-disk-services 0f 82/jump-if-carry disk_error/disp16 - ### Can't load more tracks without clobbering BIOS code. To load more code we'll need a new compilation strategy. + ### Loading more code tracks would clobber BIOS; we need a new compilation strategy. # reset es bb/copy-to-bx 0/imm16 |