summaryrefslogtreecommitdiff
path: root/arch/i386/kernel/kmalloc.c
AgeCommit message (Collapse)Author
2024-03-28arch: i386: kernel: implement a kmalloc functionDanny Holman
Add a basic kmalloc implementation. This allows the kernel to allocate blocks smaller than a whole page. Signed-off-by: Danny Holman <dholman@gymli.org>