62ec4c93ab
meta: rename
2024-11-02 11:31:51 +00:00
b6f8c1ccaa
kernel: don't use typedef for enums or non-opaque structs
2023-04-13 11:40:52 +01:00
b1b16ba19c
kernel: reduce log message spam during boot
2023-04-09 17:14:19 +01:00
9792aa512d
vm: use vm_memory_mode() to determine which model to initialise
2023-02-08 21:28:47 +00:00
a7d4166c89
vm: implement a sparse memory model
2023-02-08 17:13:01 +00:00
4edc7e308e
vm: refactor page_array and functions into a separate source file
2023-02-07 21:18:08 +00:00
e9d4b60181
vm: print log messages during initialisation
2023-02-07 15:43:14 +00:00
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
6afb3bd10d
memblock: add alignment parameter to alloc functions
2023-02-06 20:50:38 +00:00
247bb2b530
kernel: port sandbox components
2023-02-03 20:51:23 +00:00
40f83922da
sandbox: moved all sources to main kernel tree
2023-02-03 20:43:38 +00:00