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

12
code/test/AFS_students.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
make clean
make
../build.linux/nachos -e consoleIO_test1
echo "====================================="
../build.linux/nachos -e consoleIO_test2
echo "====================================="
../build.linux/nachos -e fileIO_test1
echo "====================================="
../build.linux/nachos -e fileIO_test2
echo "====================================="