Stas Sergeev
Stas Sergeev
I mean, the straight-forward dir traversal is likely a long operation, and should probably not be done in either case. Which is why I do not provide a direct answer...
Like a disabled redirect indication? :)
Even with freecom?
Where have you got comcom32? From what package?
Just put it to C: and make a symlink: command.com. Please upload your comcom32 so that I can try it myself.
Yes, I confirm the problem. Siiigh. :( Bart, how difficult would it be to implement CMOVcc family?
Can you try this patch as a work-around: ``` diff --git a/Makefile b/Makefile index 2f5b1f0..926f708 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOS_LD ?= i586-pc-msdosdjgpp-gcc DOS_STRIP ?= i586-pc-msdosdjgpp-strip...
Applied, but its a quite dubios fix. We need to support djgpp fully because there are those djgpp ports of some unix software, not only comcom32. I wouldn't be surprised...
Looks like an asan bug: https://gcc.gnu.org/bugzilla//show_bug.cgi?id=101476 Perhaps I should just disable the asan support for now?
Same happens with terminal mode.