Piotr Grzesik
Piotr Grzesik
This demo uses 800x600 16 color VESA graphics mode and it looks like it has failed to change to it https://github.com/maniekx86/stillalive-os/blob/754a747ffbf8eae7bba378accaefd36569319684/main.c#L285 Can you provide information about the hardware you have...
Hmm, all these machines are pretty standard in terms of hardware. Not quite sure what the problem is right now. On the machines I tested - Intel 386, 486, a...
Confirmed this issue on one of my Lenovo PC. Gonna look into this further now.
Found the root cause of the problem - after further investigation, I found out that some of the newer hardware doesn't support 4 bit per pixel graphics modes (which this...
I still working on a patch and general update. The code requires some major changes. It's not finished yet as there are still some bugs like weird small greenish font...
Thank you. Found out that the problem is again a compatibility issue, the BIOS routines to draw characters on the screen are just broken in VESA modes on some hardware....
Finally had time to push the changes to the modern_fix branch on GitHub (https://github.com/maniekx86/stillalive-os/commit/1ea72bc89a245ef4f6fac13719ef7b63980cb9ba). Gonna merge into master after a bit more testing because I don't know if I broke...
Interesting. If you used the prebuilt floppy.img, that means you used the build based on the main branch. Could you check it with the newer modern_fix branch? (compiled img can...
I was able to reproduce this problem on PCem with Trident TGUI9440. It does not seem to happen with the TGUI9400CXi.  Now it's time for me to do some...