diff --git a/src/sys/vmm/paging.c b/src/sys/vmm/paging.c index c627f36..65ef2d9 100755 --- a/src/sys/vmm/paging.c +++ b/src/sys/vmm/paging.c @@ -42,8 +42,9 @@ Also Note I May Switch The Page Fault To A Task Gate. 07/30/02 - I Decided That To Save On Performance All Page Tables Will Be - Mapped In At E0000000 So That Memory Does Not Need To Be Relocated + Mapped In At BFC00000 So That Memory Does Not Need To Be Relocated To Alter Page Tables. + Also Put Page Index At 0xC0000000 ************************************************************************/ void initPagingSystem() { @@ -67,7 +68,7 @@ pageTable[i] = (uLong)((i*0x1000) | pageDefault); } //Create Page Tables For The Top 1GB Of VM Space This Is To Be Shared With All VM Spaces - for (i=768;i