chaos4ever / chaos

The chaos Operating System
https://chaos4ever.github.io/
15 stars 6 forks source link

[servers/video] Fix font setting in virtualized machines #126

Closed perlun closed 5 years ago

perlun commented 5 years ago

This fixes #121. It also gets rid of some inline assembly, rewriting the code in easier-to-understand C code, which is normally a good thing.

The PR also makes it possible for all servers which have called port_range_register at least once to be able to use port 0x80, which is sometimes used for delays when dealing with ISA hardware.