Hello again...
Posted: Sat Oct 27, 2007 12:54 pm
After a month, I am again interested in osdev and i continued my real mode os.
One month ago i asked in the forum about a pointer to video memory. I didn't get the answers i wanted so i investigated for myself and i found this:
This pointer is based in the _es value: lets suppose that es is 0xb800 and the pointer is 3, so it will point 0xb803.
This works in Turbo C++ 3.0...
Bye
One month ago i asked in the forum about a pointer to video memory. I didn't get the answers i wanted so i investigated for myself and i found this:
Code: Select all
char _es *video;
This works in Turbo C++ 3.0...
Bye