This file defines pagefile memory management functions of PwnOS.
| PageFile.asm | This file defines pagefile memory management functions of PwnOS. |
| Functions | |
| RecallPg | This procedure recalls a page table (64KB) at the appropriate virtual address for the current process. |
| RecallPgTbl | This procedure recalls a page table (64KB) at the appropriate virtual address for the current process. |
This procedure recalls a page table (64KB) at the appropriate virtual address for the current process.
This updates the page table entries and the Physical To Virtual Table.
Not Implemented
TODO: Issue Inter-Processor Interrupt sent to sync page table caches on this and other processors.
| pPTEs | virtual address of the page table entries indicating where in the pagefile the page is |
This procedure recalls a page table (64KB) at the appropriate virtual address for the current process.
This updates the page directory entries, the page table page table entries, and the Physical To Virtual Table.
Not Implemented
TODO: Issue Inter-Processor Interrupt sent to sync page table caches on this and other processors.
| pPDEs | virtual address of the page directory entries indicating where in the pagefile the page table is |