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

View File

@@ -25,7 +25,7 @@ INC_DIR = -I$(KERNEL_ROOT)/services/fs/libfs \
-I$(KERNEL_ROOT)/services/app
board: libserial.o stub.o arch_usyscall.o
@mv $^ ../../app
@mv $^ $(KERNEL_ROOT)/services/app
%.o: %.c
@echo "cc $^"