dosemu2 / comcom64

64bit command.com
https://github.com/dosemu2/comcom32/
GNU General Public License v3.0
32 stars 5 forks source link

ecm ext 1 - VER /R, LOADHIGH, LOADFIX #19

Closed ecm-pushbx closed 5 years ago

ecm-pushbx commented 5 years ago

Note that you cannot do "LOADFIX LOADHIGH foo" because LOADFIX calls perform_external_cmd, which doesn't recognise another internal command.

Also, I noticed that when there is no memory available (due to erroneous handling in the development of LOADFIX), no error message is displayed when the EXEC call fails.

stsp commented 5 years ago

Thanks! Needs to convert the __dpmi_int() into an inline asm to get rid of go32.h, but otherwise looks cool. Will test now.

no error message is displayed when the EXEC call fails.

Why not to open a ticket for this. :)