summaryrefslogtreecommitdiff
path: root/include/kernel/mem.h
AgeCommit message (Collapse)Author
2023-11-26kernel: mem: add a simple kmalloc implementationDanny Holman
Add a simple implementation of kmalloc. This system only works on x86-based processors at the time of commit. Signed-off-by: Danny Holman <dholman@gymli.org>