FDOS / freecom

FreeDOS Command Shell (command.com)
http://www.freedos.org/
GNU General Public License v2.0
158 stars 38 forks source link

ia16-elf-gcc: intr( ) now loads flags before invoking interrupt #7

Closed tkchia closed 6 years ago

tkchia commented 6 years ago

This fixes the [Out of memory loading STRINGS.] problem I encountered when running FreeCOM under DOSBox 0.74, as I mentioned on freedos-devel --- at least when FreeCOM is compiled with GCC.

I have not yet figured out how best to patch intr( ) to load flags for the Open Watcom case.

Thank you!