Stas Sergeev

Results 1352 comments of Stas Sergeev

What's the problem with 20.04? It should be supported, see here: https://code.launchpad.net/~dosemu2/+recipe/dosemu2-daily

Thanks for info, so that option was added for something else we can't remember. Use ppa builds and you will be up to date with everything.

> The mouse ungrab tweak works as expected with neopaint This is strange because earlier it didn't work for you when enabled via config. Its the same thing. Yes, I...

> I'll give it a go in the next few days and see what happens. Please let us know when this happens.

Very unlikely. Before this is possible, dosemu2 should first be compiled on freebsd, on cygwin, on android. Then maybe it will became portable enough. For now, it doesn't compile on...

> I like that idea. Why not to deal with that then? :) After porting to musl, I wonder what remained for freebsd port to work.

Its surprising how many things can enscripten compile! It has the full port of musl and SDL, so while some things will likely not work (like unix signals), it should...

I've adjusted the build system to not use emscripten when compiling x86 asm files. The build goes a bit further, but there are going to be many problems it seems....

One definite problem here is its unclear how to compile bios.S. You can't just build it externally and load - we use its symbols, so it must be linked in....