Cursor movement
Cursor movement
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
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.
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.