Support Userland semaphore server

This commit is contained in:
TXuian
2024-05-20 14:29:22 +08:00
parent 29f1df2eea
commit f4e193a738
21 changed files with 313 additions and 34 deletions
@@ -23,7 +23,7 @@ INC_DIR = -I$(KERNEL_ROOT)/services/lib/ipc \
-I$(KERNEL_ROOT)/services/app
all: libipc.o session.o
@mv $^ ../../app
@mv $^ $(KERNEL_ROOT)/services/app
%.o: %.c
@echo "cc $^"