diff options
| -rw-r--r-- | src/userprog/start_recursor.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/userprog/start_recursor.sh b/src/userprog/start_recursor.sh index ed80e1a..22a69ac 100644 --- a/src/userprog/start_recursor.sh +++ b/src/userprog/start_recursor.sh @@ -1,6 +1,6 @@ make -j4 cd build pintos-mkdisk fs.dsk 400 -pintos --qemu -- -f -q -pintos --qemu -p ../../examples/recursor_ng -a recursor_ng -- -q -pintos --qemu -m 128 -- run "recursor_ng pintosmaster 6 1" +pintos --qemu -v -- -f -q +pintos --qemu -v -p ../../examples/recursor_ng -a recursor_ng -- -q +pintos --qemu -v -m 128 -- run "recursor_ng pintosmaster 6 1" |
