Virtual memory and dlmalloc
This commit is contained in:
@ -9,7 +9,7 @@ CFLAGS += -I. \
|
||||
-I../limine \
|
||||
-I./std/include \
|
||||
-I./flanterm/src \
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1 \
|
||||
|
||||
ifeq ($(PUTCHAR_),fb)
|
||||
CFLAGS += -DPUTCHAR_=PUTCHAR_FB
|
||||
@ -29,9 +29,13 @@ SRCFILES := $(wildcard *.c) \
|
||||
$(wildcard bootinfo/*.c) \
|
||||
$(wildcard spinlock/*.c) \
|
||||
$(wildcard term/*.c) \
|
||||
$(wildcard vmm/*.c) \
|
||||
$(wildcard dlmalloc/*.c) \
|
||||
$(wildcard hal/*.c) \
|
||||
$(wildcard hal/$(ARCH)/*.c) \
|
||||
$(wildcard hal/$(ARCH)/*.S) \
|
||||
$(wildcard paging/$(ARCH)/*.c) \
|
||||
$(wildcard paging/*.c) \
|
||||
$(wildcard *.S) \
|
||||
$(wildcard std/*.c) \
|
||||
$(wildcard flanterm/src/*.c) \
|
||||
|
Reference in New Issue
Block a user