I am writing a basic kernel in C and I want to create custom characters so that I can simulate drawing pixels while remaining in 25x80 text mode. Is this possible and how would I access the characters once I have created them?
I cannot use external libraries and I don't want to have to communicate with device drivers. Is there a section of memory that stores characters that can be over written or appended to?