Could anyone tell me, or give me some help/docs/sources on how do I display text in graphic mode ? I?m using 800x600x256 vesa
I switch to this resolution using vm86 .
help on how to display text in graphic mode
-
- Member
- Posts: 144
- Joined: Tue Oct 26, 2004 11:00 pm
- Location: Australia
Re: help on how to display text in graphic mode
The BIOS uses it's built in font. It pretty much just draws the characters onto the screen.
Make a bitmap for each character and draw each bitmap directly into memory. It's not difficult to do.
Make a bitmap for each character and draw each bitmap directly into memory. It's not difficult to do.
Two things are infinite: The universe and human stupidity. But I'm not quite sure about the universe.
--- Albert Einstein
--- Albert Einstein
Re: help on how to display text in graphic mode
tnx I?ll try it.