diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 920c4e4..1380b7f 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -968,6 +968,10 @@ Returns the physical address of the page, that is mapped to **_virtual_address_* #### `page_map_destruct(page_map*)` - function (void) Clears a page map and frees all page map structure intern pages. +#### `page_map_dump_info(page_map)` - function (void) +Logs information about **_page_map_**, including a map of all mapped regions. +A region is a block of continuously mapped pages. + #### `page_map_entry_set_flags(entry, uint64_t flags)` - function (void) This will set the provided flags to a page map entry.