docs: fixed 'page_map_flag_E' documentation
This commit is contained in:
parent
85dcc9332d
commit
559efae1b3
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue