FrankRay78 / PatienceOS

A baremetal C# kernel.
https://frankray.net/blog/category/software-development/os-development/patienceos/
MIT License
21 stars 4 forks source link

Switch between VGA text modes (Protected mode, IO port) #15

Open FrankRay78 opened 2 months ago

FrankRay78 commented 2 months ago

See PC common text modes on VGA text mode

This will require the ability to write to a native IO port, something not supported in C# .Net OOTB.

(nb. a dependency of this issue, #14. Read and write to IO Ports, has been created)


Please upvote :+1: this issue if you are interested in it.