Remove original kalloc free-list memory allocator entirely for now

This commit is contained in:
Imbus 2025-09-06 02:40:05 +02:00
parent 90c63ab41e
commit 8316c9f6ae
4 changed files with 5 additions and 113 deletions

View file

@ -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 \