Stas Sergeev

Results 942 comments of Stas Sergeev

Hi Felix! Well, I have to admit that I've deciphered all of your tricks. :) The first alarm for me was that it works on dosbox but not on dosemu,...

> So if you actually fixed the b0rked way to get argv[0], I'm happy to merge that as well, thanks a lot! This doesn't mean that the compiler works. I've...

Here's how dev86 does the environment access: https://github.com/lkundrak/dev86/commit/29dbfca8354315a81f075c3c1fff3557ac8c92e5 All in C but playing with segregs by hands nevertheless. > I wasn't aware that segmentation was an issue accessing the environment...

Sorry about being harsh and good luck with your project. :) The impression that it can be a competitor to openwatcom was because of the example code you have there,...

Hi Felix! I recently explored the 64-bit porting of DOS programs with clang, and managed to port freedos: https://github.com/stsp/fdpp This was a tough cookie as I had to write the...

In SDL_udev.c I tried to identify that device with "ID_INPUT_TABLET" ID just to find out whether we need to use EVIOCGABS, but it doesn't accept that ID. I suppose some...

Yes, but do you suggest doing EVIOCGABS when we already got EV_ABS? I supposed we need to first identify and query the device similar to SDL currently deals with touchpad,...

Please let me know if any testing is needed on qemu.

By studying the code. int20_handler() and int27_handler() just pass to int21. Test would be cool.