error in paging page ?
Posted: Wed Oct 12, 2016 6:38 am
In http://wiki.osdev.org/Paging#Manipulation
I think the following line is wrong here:
I think it needs to be
Am I wrong ?
I think the following line is wrong here:
Code: Select all
unsigned long * pt = ((unsigned long *)0xFFC00000) + (0x400 * pdindex);
Code: Select all
unsigned long * pt = ((unsigned long *)0xFFC00000) + (0x1000 * pdindex);