ptos: ke: Create root process

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-13 22:02:02 -04:00
parent 9d7ff0461f
commit df57eb710a
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ CFILES += $(shell find ../xt -name "*.c")
CFILES += $(shell find ../drivers -name "*.c")
CFILES += $(shell find ../mm -name "*.c")
CFILES += $(shell find ../ex -name "*.c")
CFILES += $(shell find ../ps -name "*.c")
DFILES = $(CFILES:.c=.d)
OFILES = $(CFILES:.c=.o)