init: init nachos hw01

This commit is contained in:
AFS_TA
2026-03-27 10:12:37 +08:00
commit 1e698d2426
240 changed files with 76969 additions and 0 deletions

7
code/test/compile.sh Executable file
View File

@@ -0,0 +1,7 @@
cd ../build.linux
make depend
make clean
make
cd ../test
make clean
make