Add simple page allocator and doubly-linked list implementation.
This commit is contained in:
@ -3,5 +3,7 @@ KERNEL_PREFIX = kernel
|
||||
KOBJS += $(KERNEL_PREFIX)/console.o
|
||||
KOBJS += $(KERNEL_PREFIX)/font.o
|
||||
KOBJS += $(KERNEL_PREFIX)/framebuffer.o
|
||||
KOBJS += $(KERNEL_PREFIX)/list.o
|
||||
KOBJS += $(KERNEL_PREFIX)/mm.o
|
||||
KOBJS += $(KERNEL_PREFIX)/print.o
|
||||
KOBJS += $(KERNEL_PREFIX)/start_kernel.o
|
||||
|
Reference in New Issue
Block a user