Initial implementation of a freelist. blocks contain a header
This commit is contained in:
parent
f01b71f4a6
commit
d583dbaced
3 changed files with 152 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -55,6 +55,7 @@ quickstart:
|
|||
KERNEL_OBJ := \
|
||||
kern/entry.o \
|
||||
kern/start.o \
|
||||
kern/libkern/freelist.o \
|
||||
kern/libkern/string.o \
|
||||
kern/libkern/proc.o \
|
||||
kern/libkern/uart.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue