2025-10-19
Add a list of the error condition letters used by boot.asm and boot32.asm to the manual.
add sp, [si + lpSize]
(as this instruction only takes 2 bytes).dec si
and call
to actually display the dot, whereas the first message (the common prefix) uses the dot only as a terminator.cbw
with al containing 2Eh, the dot terminator of the error messages.byte [si + lpCount]
to 1 before calling int 13h function 02h or 42h. For CHS access we make sure to point si at unclaimed stack space.add sp
instruction, saving 1 byte as one fewer short jump is used.es lodsw
to load from the FAT (for FAT16 and FAT32).No change, just an empty changeset to rebuild with new instsect revision, for both lDebug and the lDOS kernel.
The other day I finished a blog post reviewing the initial commit of lDOS boot's iniload, on 2017-10-03, as well as the updates to it within the same month.