Describe the bug
Lines in fdppconf.sys are only processed where the entire line is inside byte 0-511. Bytes 512 and after are ignored. A line straddling the 511-512 border will usually produce an error.
SHELLHIGH is the only command that can occur within or after byte 512 and work properly.
To Reproduce
Add rem statements to /usr/share/dosemu/commands/fdppconf.sys until the size is close to 512. Add an installhigh line at the end.
Describe the bug Lines in fdppconf.sys are only processed where the entire line is inside byte 0-511. Bytes 512 and after are ignored. A line straddling the 511-512 border will usually produce an error.
SHELLHIGH is the only command that can occur within or after byte 512 and work properly.
To Reproduce Add rem statements to
/usr/share/dosemu/commands/fdppconf.sys
until the size is close to 512. Add an installhigh line at the end.Attach program/game binaries or provide an URL fdppconf.sys.zip