| Title | [lDOS] Device drivers in MZ executables with larger non-image data cannot be loaded |
|---|---|
| Author | E. C. Masloch |
| Created | 2026-06-08 20:48:34 +0200 Jun Mon |
| State | closed |
The ldos.ini configuration program would check using the device driver file size whether the driver may fit into memory. For MZ executables it should instead check the image size to allow loading the device mode debugger embedded into the lDOS MCP executable, which is much too large to fit if the entire file size is checked.
Fixed in hg e41abbfa8efe on 2025-12-12.