Redefining character set
Redefining character set
I've seen that some programs are redefining the character set to display GUI widgets, icons, etc. How do they doing it? Can i do it on my OS? And also, can i change the code page to CP866?
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: Redefining character set
You simply modify or replace the font data in the VGA memory. This wiki article describes the format of the font and how to read it. It shouldn't take too much figuring out in order to write to it instead...