stos: ob: Implement ObCreateObject() helper

The ObCreateObject() is responsible for creating and allocating new
objects, we'll need this to even have directories and such.

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-25 00:09:54 +00:00
parent 6b23c1e3d1
commit 283547058e
3 changed files with 63 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ CFILES += $(shell find ../lib -name "*.c")
CFILES += $(shell find ../drivers -name "*.c")
CFILES += $(shell find ../mm -name "*.c")
CFILES += $(shell find ../ex -name "*.c")
CFILES += $(shell find ../ob -name "*.c")
CFILES += $(shell find bpal -name "*.c")
CFILES += $(shell find synch -name "*.c")
DFILES = $(CFILES:.c=.d)