mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
76532089c549522907facdf2f02551bee68abf35
The Map/Unmap methods of PageDirectoryTable operate similar to the global Map/Unmap functions. While the global functions work with the currently active PDT, the PageDirectoryTable methods can also work with inactive page tables by temporarily modifying the recursive mapping of the active PDT to point to the inactive PDT frame before delegating the mapping/unmapping to the global Map/Unmap functions.
Description
Languages
Go
84.9%
ASL
10.2%
Assembly
4%
Makefile
0.9%