Title [lDOS boot] Int 10h function 0Eh may corrupt AH on return
AuthorE. C. Masloch
Created2026-06-10 21:35:44 +0200 Jun Wed
State closed

The int 10h function 0Eh call may change both al and ah. Therefore, we need to write the full ax here rather than depending on it preserving the function number. Refer to discussion in https://github.com/SvarDOS/bugz/issues/174#issuecomment-3368470724 (2025-10-04)

E. C. Masloch on 2026-06-10 21:37:28 +0200 Jun Wed

Fixed in hg c0212a6a6f6a on 2025-10-04.