Max Wash 9879bbf646 vm: optimise page array size and initialisation.
* the page array now only extends up to the last non-reserved memory frame.
* rather than memset'ing the whole array to zero, we only initialise p_flags
  for each page in vm_page_array_init, and then leave it to group_pages_into_block
  to initialise the other parts of vm_page_t.
2023-02-07 16:00:28 +00:00
2023-02-03 20:51:23 +00:00
2023-02-03 20:51:23 +00:00
2023-02-03 20:51:23 +00:00
2023-01-10 20:54:16 +00:00
2023-01-31 13:11:53 +00:00
2022-12-13 20:18:46 +00:00
Description
Microkernel
Readme BSD-3-Clause 1.4 MiB
Languages
C 91.2%
Python 4%
Assembly 3.6%
CMake 0.8%
Shell 0.3%
Other 0.1%