Cursor movement

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
hrr

Cursor movement

Post by hrr »

I have developed a kernel in C which can print text on screen. Can anyone tell me how to move the cursor ? (If possible Please give the source - preferrably in C).
hrr

Re: Cursor movement

Post by hrr »

Thanks.
How to use the keyboard without using BIOS or IRQ in protected mode ? I read that we have to use port 60h. How to use it in protected mode ? How to send data to it without using outportb() ? Can anyone give me the source of outb() or outportb() in C.
Post Reply