mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Add Virtual::GetPhysical()
This commit is contained in:
@ -539,6 +539,13 @@ namespace Memory
|
||||
*/
|
||||
bool Check(void *VirtualAddress, PTFlag Flag = PTFlag::P);
|
||||
|
||||
/**
|
||||
* @brief Get physical address of the page.
|
||||
* @param VirtualAddress Virtual address of the page.
|
||||
* @return Physical address of the page.
|
||||
*/
|
||||
void *GetPhysical(void *VirtualAddress);
|
||||
|
||||
/**
|
||||
* @brief Map page.
|
||||
*
|
||||
|
Reference in New Issue
Block a user