aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2026-03-16kernel/memory: rename free list allocatorFelix Morgner1-1/+1
It is not really a free list allocator, but rather a block list allocator, since it contains both free and used blocks in the same list.
2026-03-16kernel/memory: implement basic free-list heapFelix Morgner1-0/+3
2026-03-13kernel/memory: implement basic bitmap allocatorFelix Morgner1-0/+1
2026-01-16chore: restructure namespacesFelix Morgner1-7/+8
2025-12-19kstd: move println to kstdFelix Morgner1-1/+4
2025-12-15build: move kernel build configurationFelix Morgner1-0/+36