Buddy allocator
This commit is contained in:
parent
21d55031d9
commit
90c63ab41e
3 changed files with 162 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue