Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Chandra wrote:One thing I noticed on both the images is that, there's no cursor. This means, this maynot be the text mode(?). It's possible to have text like fonts in graphics mode and moreover, tweaking video modes can give the same effect as the text mode but without cursor. Does this make sense?
Text mode and cursor are independent. There are several ways of hiding the cursor in text mode:
1. move it otside the screen, like 81x26
2. specify cursor shape start position after the end position (in vga regs, like row 16-15)