From 559efae1b3ed05f5d182cbd4cecdb1fae47745b0 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Fri, 10 Feb 2023 19:07:08 +0100 Subject: [PATCH] docs: fixed 'page_map_flag_E' documentation --- .wiki/Kernel-documentation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.