| Title | [lDOS boot] Int 10h function 0Eh may corrupt AH on return |
|---|---|
| Author | E. C. Masloch |
| Created | 2026-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)
Fixed in hg c0212a6a6f6a on 2025-10-04.