Max Wash 0516ef06a3 vm: explicitly initialise kmalloc in vm_bootstrap
if kmalloc is called with count=N before vm_bootstrap is finished,
the request will be fulfilled using memblock_alloc.

if N is a power of 2, the returned pointer will be aligned to
an N-byte boundary.
2023-02-06 20:50:38 +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
2023-02-05 11:08:22 +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%