Buddy allocator

This commit is contained in:
Imbus 2025-09-06 02:37:09 +02:00
parent 21d55031d9
commit 90c63ab41e
3 changed files with 162 additions and 0 deletions

View file

@ -64,6 +64,7 @@ KERNEL_OBJ := \
kern/libkern/spinlock.o \
kern/libkern/mini-printf.o \
kern/libkern/stdio.o \
kern/libkern/buddy.o \
kern/libkern/badrand.o
kern/kernel.elf: $(KERNEL_OBJ)