summaryrefslogtreecommitdiff
path: root/kernel/mem.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman1-15/+0
2024-02-16kernel: mem: kmalloc should not call page allocationDanny Holman1-13/+5
2023-11-26kernel: mem: add a simple kmalloc implementationDanny Holman1-0/+23