init: init nachos hw01
This commit is contained in:
12
code/test/AFS_students.sh
Executable file
12
code/test/AFS_students.sh
Executable 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 "====================================="
|
||||
Reference in New Issue
Block a user