Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 cosmos 的 VGAScreen(用它我可以用 C# 创建操作系统),但它不起作用,出现混合颜色,然后 VMware 关闭。我正在尝试使用 640x480 的尺寸,但它不起作用,它在尺寸为 320x200 时起作用。我的代码:
screen.SetGraphicsMode(VGAScreen.ScreenSize.Size640x480, VGAScreen.ColorDepth.BitDepth4); screen.Clear(0);
操作系统在此之后停止: 注意:我正在使用 VS2013 的 cosmos。对不起我的英语不好。我说葡萄牙语。
只有 320x200 适用于该版本的 cosmos,您应该更新到不那么旧的版本