Stas Sergeev

Results 1141 comments of Stas Sergeev

I believe these were used when the dosemu tools were stand-alone, rather than builtins. Adding "len" to CX makes sense, but just removing everything - even more, because after switching...

I guess 0 because for `inX` its not used. Its for `outX`.

I added scanbuild.sh script to avoid the need of registering to coverity. So anyone interested can now start fixing the reported problems.

But leavedos() returns. Вторник, 25 февраля 2025 г получено от Andrew Bird: > andrewbird left a comment (dosemu2/dosemu2#2197) > > There seems to be a Clang specific attribute `__attribute__((analyzer_noreturn))`, I'll...

I've found scanbuild warnings much more informative than of coverity. Its difficult to guess what coverity wants, but scanbuild's are very clear. So please take a look! I'll merge the...

Yes, just put explicit "return" after leavedos() in such cases.

All the files are stored in git-lfs. I( did `git lfs fetch --all` and it fetched something, but all files still have: ``` version https://git-lfs.github.com/spec/v1 oid sha256:219525080e93e7a9d2b072b0dd75ed35bb7e41024e01e837c7889566723a9318 size 203760 ```...

`git lfs pull` did the trick. It seems to be indeed faster with cpu emu, but I'd say its still not very playable. But with dosbox-staging it seems much slower...

I think this is a dupe of #463 Can you check with `$_cpuemu=(1)`? For me it looks about as slow as with kvm.

I applied a small tweak which seems to speed it up a bit. But in general we need to work with #1086 to get a fault-less JIT.