Remove original kalloc free-list memory allocator entirely for now
This commit is contained in:
parent
90c63ab41e
commit
8316c9f6ae
4 changed files with 5 additions and 113 deletions
1
Makefile
1
Makefile
|
|
@ -55,7 +55,6 @@ quickstart:
|
|||
KERNEL_OBJ := \
|
||||
kern/entry.o \
|
||||
kern/start.o \
|
||||
kern/kalloc.o \
|
||||
kern/libkern/string.o \
|
||||
kern/libkern/proc.o \
|
||||
kern/libkern/uart.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue