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.85k stars 536 forks source link

Add UEFI toggle to project properties #2988

Closed MEMESCOEP closed 2 months ago

MEMESCOEP commented 2 months ago

Users can choose if they want to compile their OS with UEFI support.

9xbt commented 2 months ago

Would it actually work? If it actually works it would be awesome

MEMESCOEP commented 2 months ago

@9xbt I've tested it and it seems to work quite well

9xbt commented 2 months ago

@9xbt I've tested it and it seems to work quite well

Hmm does VGA text mode work? i dont think that does

MEMESCOEP commented 2 months ago

@9xbt I've tested it and it seems to work quite well

Hmm does VGA text mode work? i dont think that does

All my commit does is apply Misha's UEFI changes if the checkbox is checked. If it isn't, it's essentially the same thing as compiling a project before that PR was merged.

If it doesn't work, then I've got some work to do

9xbt commented 2 months ago

Ahhh okay

9xbt commented 2 months ago

If it doesn't work, then I've got some work to do

I thought it wouldn't work but i guess it should