diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index fed9249..4aabb9f 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -112,7 +112,8 @@ The highest mappable virtual address. - **Write Through** - Enables _Write Through Caching_ for this page. - **Cache Disabled** - If this bit is set, the page won't be cached. - **Accessed** - Set by the CPU, when this PDE or PTE was read. Won't be reset by the CPU. - - **Larger Pages** - Set when the page has been modified. + - **Dirty** - Set when the page has been modified. + - **Larger Pages** - When this bit is set in a PDE or PTE, the entry points to a 1GB or 2MB page. - **Custom 1 - 3** - Not used in NoxOS. - **No Execute** - When this bit is set, the CPU won't execute code that lies in that page.