Stas Sergeev
Stas Sergeev
I trimmed the deps a lot recently. Now you can: - use regular nasm with fdpp - use regular gcc/clang/any-ld with fdpp - get the pre-built [comcom64](https://dosemu2.github.io/comcom64/files/comcom64.zip) which allows you...
This driver is known. It was mentioned here: https://github.com/dosemu2/dosemu2/discussions/2333#discussioncomment-11721407 But thanks for trying it out. The author is AFAIK testing it on win3.1, not WfW 3.11, which may bring some...
Why don't you use Calmera btw? :)
We can probably package win3.1 with all that stuff like mouse driver, winsock, svga etc. And upload the distro on some abandonware site (unrelated to dosemu2 of course). Do you...
Bur I don't think this can install things w/o user interaction. Is this where you tried an OCR solution? I think this all went non-working.
> The end result would be When? :)
https://github.com/PluMGMK/vbesvga.drv/releases Expand "Assets" to see binary files.
> Might it be an idea to have a tool that one could run inside DOSEMU that adds/removes modes? What mode do you need? Just add it here: https://github.com/dosemu2/dosemu2/blob/devel/src/base/dev/vga/vgaemu_modelist.h >...
Or add it here: ``` # List of vesamodes to add. The list has to contain SPACE separated # "xres,yres" pairs, as follows: "xres,yres ... xres,yres". Default: "" # $_X_vesamode...
I have no idea how does its autodetection work and why does it exist at all. It should just get the mode list and use the most adequate one. For...