I have a VGAScreen of the cosmos (with it I can create operating systems with C #), and it does not work, a mixed colors appears and then VMware closes. I'm trying to use the size 640x480, and it does not work, it worked when the size was 320x200. My code:
screen.SetGraphicsMode(VGAScreen.ScreenSize.Size640x480,
VGAScreen.ColorDepth.BitDepth4);
screen.Clear(0);
The OS stop after this:
Note: I am using the cosmos for VS2013.
Sorry for my english. I speak portuguese.