kernels: add some demos from movfuscator and rt-thread

This commit is contained in:
Zihao Yu 2023-07-22 21:28:08 +08:00
parent 3388801aea
commit c5bcf378e8
11 changed files with 813 additions and 0 deletions

3
kernels/demo/Makefile Normal file
View file

@ -0,0 +1,3 @@
NAME = demo
SRCS = $(shell find src -name "*.c")
include $(AM_HOME)/Makefile