custom syscall example

This commit is contained in:
Toby Jaffey 2025-12-10 18:52:01 +00:00
parent 508d41c8c5
commit 30b7ff4791
5 changed files with 120 additions and 0 deletions

View file

@ -1,8 +1,10 @@
all:
@make -C example_1
@make -C stackoverflow
@make -C custom_syscall
clean:
make -C example_1 clean
make -C stackoverflow clean
make -C custom_syscall