pixelsuft
pixelsuft
With PCI and ACPI not works. (I've installed without PCI)
Don't forget about legacy nvidia cards
I've experemented with Windows 8 Betas and found that in QEMU 8133 boots without PAE, but 8148 won't. If I disable PAE in CPUID I get the same result as...
Hello, its possible to run multiplayer with [websockify-c](https://github.com/mittorn/websockify-c/tree/udp) proxy. I've tested it, it is working on local server. But I can't run it on remote server, so, there is no...
> > I'm not thrilled about using undocumented functions > > Especially because we're looking them up by ordinal instead of symbol name! Undocumentedness aside, are these _numbers_ likely to...
> I'm fine with adding this, but we probably need some switch to turn this off in case a future build of Windows starts making this crash in the field....
Just found some apps already use hidden uxtheme functions: [MPV Player](https://github.com/mpv-player/mpv/blob/a283f66ede58e0182ac8cd4c930238144427fa74/video/out/w32_common.c#L1994) [System Informer](https://github.com/winsiderss/systeminformer/blob/c5e25ca4826aa5ff59cce9a5d6084d6e6292c282/phlib/guisup.c#L126) [Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/dc883d94d3beb6d081ef995d5ce8b8774ec85b66/PowerEditor/src/DarkMode/DarkMode.cpp#L279) (likely modified [darkmode example app code](https://github.com/ysc3839/win32-darkmode)) [Chromium](https://github.com/chromium/chromium/blob/9611492b71ee861557ca5b095d48c1b93d186c69/base/win/dark_mode_support.cc#L56)
I think it's due to how v86 renders text. Also, if someone needs, [there are](https://github.com/Pixelsuft/v86-sdl2/tree/main/high_charmaps) json files with charmap_high arrays for each encoding.
> > I think it's due to how v86 renders text. > > Also, if someone needs, [there are](https://github.com/Pixelsuft/v86-sdl2/tree/main/high_charmaps) json files with charmap_high arrays for each encoding. > > Hey...
> IIRC, in display drivers for MS-DOS (like a display.sys) loads custom font into VGA RAM but I'm not sure that works on v86: https://github.com/microsoft/MS-DOS/blob/2d04cacc5322951f187bb17e017c12920ac8ebe2/v4.0/src/DEV/DISPLAY/INT10COM.INC#L3-L35, https://wiki.osdev.org/VGA_Fonts#Set_VGA_fonts Unlike other emulators which...