Printing Text Onto Screen

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.
Post Reply
JoeTheProgrammer
Member
Member
Posts: 48
Joined: Mon Aug 13, 2007 2:30 pm

Printing Text Onto Screen

Post by JoeTheProgrammer »

I have tried to do this, but failed, can someone please post an example on how to print text on the screen in 32 bit protected mode using C?

Thanks,
Joseph
dushara
Posts: 10
Joined: Sun Jul 01, 2007 2:42 am

Post by dushara »

Have a look at the latest rev (49) of console.c

http://sugatha.svn.sourceforge.net/view ... rc/pc_gcc/

It doesn't update the cursor position though (I think there's an article in the wiki that describes how to do this).
JoeTheProgrammer
Member
Member
Posts: 48
Joined: Mon Aug 13, 2007 2:30 pm

Post by JoeTheProgrammer »

Thanks for the example, this will help me alot.

Joseph
Post Reply