Use memory region map to discover the memory

This commit is contained in:
2025-12-08 01:28:09 +01:00
parent 807f067101
commit 0de8cca8bb
9 changed files with 431 additions and 26 deletions

View File

@@ -2,8 +2,10 @@ dir_mm1 := $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
c_files += $(dir_mm1)/pmm.c \
$(dir_mm1)/bba.c \
$(dir_mm1)/liballoc.c
$(dir_mm1)/liballoc.c \
$(dir_mm1)/mregmap.c
o_files += $(dir_mm1)/pmm.o \
$(dir_mm1)/bba.o \
$(dir_mm1)/liballoc.o
$(dir_mm1)/liballoc.o \
$(dir_mm1)/mregmap.o