stos: Add kernel knotting impl

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-23 05:36:10 +00:00
parent d2596979a2
commit 81d5f13a30
4 changed files with 136 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
.SILENT:
include ../../mk/stos.mk
CFILES = $(shell find ../init -name "*.c")
CFILES = $(shell ls)
CFILES += $(shell find ../init -name "*.c")
CFILES += $(shell find ../xt -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
CFILES += $(shell find ../drivers -name "*.c")