CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

OS not working on real hardware #2882

Closed koteProgrammist closed 10 months ago

koteProgrammist commented 11 months ago

I have some issues with graphics in real hardware. I have VBECanvas and it worked in VMWare, but when i trying to start it on my notebook (I5-8300H, 16GB RAM, GTX 1050) graphics don't working. I try Canvas instead VBECanvas. My OS is booting normally in UEFI and when graphics is enable system is freeze.

valentinbreiz commented 11 months ago

hello, what's the issue when you use VBECanvas with your laptop? It just does nothing or you have errors?

koteProgrammist commented 11 months ago

hello, what's the issue when you use VBECanvas with your laptop? It just does nothing or you have errors?

my OS starts normally but after few seconds it freeze and system not responce

koteProgrammist commented 10 months ago

I know it's trouble with VGADriver. Same trouble in #2923