dosemu2 / fdpp

FreeDOS plus-plus, 64bit DOS
GNU General Public License v3.0
198 stars 18 forks source link

The command processor for fdppconf.sys is limited to 512 bytes #168

Closed severach closed 3 years ago

severach commented 3 years ago

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

stsp commented 3 years ago

Should now be fixed.