ptos: mm: Add physical memory groundwork

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-10 18:26:29 -04:00
parent 5026a758ec
commit 27b9d726ff
4 changed files with 91 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ CFILES = $(shell find . -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
CFILES += $(shell find ../xt -name "*.c")
CFILES += $(shell find ../drivers -name "*.c")
CFILES += $(shell find ../mm -name "*.c")
DFILES = $(CFILES:.c=.d)
OFILES = $(CFILES:.c=.o)