Change Service dir structure, erase uncessary hardkernel functions.

This commit is contained in:
TXuian
2024-05-08 15:22:08 +08:00
parent 18eff4334c
commit 3b011500f1
24 changed files with 121 additions and 314 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
SRC_DIR := ipc memory
SRC_DIR := ipc memory usyscall
include $(KERNEL_ROOT)/compiler.mk