| Title | [lDOS boot] checkpl and nullpl with _BOOTLDR only, _EXEC_OFFSET nonzero, would corrupt kernel command line's first word |
|---|---|
| Author | E. C. Masloch |
| Created | 2026-06-10 20:46:42 +0200 Jun Wed |
| State | closed |
The problem was that this combination of options would lead to assembling code that popped AX assuming the value to pass was pushed. This however is only true if a device or application mode entry is included.
Fixed in hg afef7485460b on 2026-04-12.