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.
I wrote a program that prepared descriptor for entering the protect mode first and then load the GS with a 4GB selector in protect mode . The end , I return to the real mode , so that I can access memory which above 0FFFFFH in the real mode .
alphatruly wrote:I wrote a program that prepared descriptor for entering the protect mode first and then load the GS with a 4GB selector in protect mode . The end , I return to the real mode , so that I can access memory which above 0FFFFFH in the real mode .
Ok, fair enough, but if you just load DS that way, you don't need any segment overrides. It is called "unreal mode", and can be found on the wiki.