Updated userspace

This commit is contained in:
Alex
2022-12-24 09:18:45 +02:00
parent 0ce6433311
commit 40410cba41
25 changed files with 472 additions and 36 deletions

View File

@ -3,7 +3,9 @@ build:
cp ../../Kernel/syscalls.h ../out/system/include/sys
make --quiet -C runtime build
make --quiet -C src build
make --quiet -C Interpreter build
clean:
make -C runtime clean
make -C src clean
make -C Interpreter clean