Page 1 of 1
Cursor movement
Posted: Sun Nov 04, 2001 5:09 am
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).
Re: Cursor movement
Posted: Sun Nov 04, 2001 4:40 pm
by Chris Giese
Re: Cursor movement
Posted: Wed Nov 07, 2001 6:51 pm
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.