Page 1 of 1

BIOS Fonts

Posted: Wed Nov 23, 2005 1:34 pm
by unknown
I have read that the address of the BIOS 8x8 fonts is FFA6:000E. Is this correct? If so, to tranlsate this to the physical address the segment (FFA6,) must be shifted-left once, then added to the offset, (000E). Is this correct? I ask, because I tried to access this memory but a run-time error keeps occuring. If someone knows how to access the BIOS 8x8 fonts, please explain the procedure to me. Thank you.

Posted: Wed Nov 23, 2005 2:09 pm
by Antoni

Posted: Sun Nov 27, 2005 5:47 pm
by Pharoah
If there are BIOS fonts does that mean you could use them in text mode?
I saw a program once that did change the font in text mode, and it was only like 5 lines long!

Posted: Sun Nov 27, 2005 9:29 pm
by Z!re
You can POKE new values to the font, thus changing it to whatever you want..

However, do it wrong and you end up with lots of troubles, and on most modern computers it wouldnt work as Windows ans Linux alike block access to such lowlevel systems as the BIOS