Programming without BIOS
Posted: Sun Jul 29, 2007 9:10 am
Hello... I am from Argentina, so I am sorry for my bad english.
I wrote this topic because I would like to write a procedure to write to screen and to get keys from the keyboard, and I want to do it in 16 bits mode . RealMode...
I know that the video address is 0xb800 for Protected Mode, but for Real Mode, I need a segment and an offset.. How can I convert 0xb800 to RealMode?
I read "http://www.osdev.org/wiki/Babystep4" but I can't understand thing such as movzx, shl....
Thanks....
I wrote this topic because I would like to write a procedure to write to screen and to get keys from the keyboard, and I want to do it in 16 bits mode . RealMode...
I know that the video address is 0xb800 for Protected Mode, but for Real Mode, I need a segment and an offset.. How can I convert 0xb800 to RealMode?
I read "http://www.osdev.org/wiki/Babystep4" but I can't understand thing such as movzx, shl....
Thanks....