Page 1 of 1

Reload cr3

Posted: Tue Apr 20, 2010 7:18 pm
by digo_rp
Hi all, I have a problem. I have paging at my os. so, when I type startx ... it enter on gui mode. at this mode I switch using int 0x10, and then I map

the address returned from int 0x10 physical address into the same address + 0xc0000000. cuz I put my kernel at higher half. I have a problem when I

try to read a vector before I map the address of gui .

so odd. does anyone could help me ?

how to solve that problem ?

Re: Reload cr3

Posted: Wed Apr 21, 2010 6:07 am
by Combuster
Please, write legibly and don't add excess linebreaks. Also, please make a coherent question instead of this collection of seemingly unrelated nonsense.
I map the address returned from int 0x10 physical address into the same address + 0xc0000000.
And what address would that be? Is that a good idea? Did you debug it?