summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelipe Boeira <felipe.boeira@liu.se>2021-02-24 23:41:55 +0100
committerFelipe Boeira <felipe.boeira@liu.se>2021-02-24 23:41:55 +0100
commitd3c74d93e81d87270719f87248b74837f14ddc65 (patch)
treecd98f78c4fd827c8115928cc54ea7868e4f34bdd /src
parentd79669e99fbeeb109826439e84ece311893008d6 (diff)
downloadpintos-d3c74d93e81d87270719f87248b74837f14ddc65.tar.gz
Update start_recursor.sh
Diffstat (limited to 'src')
-rw-r--r--src/userprog/start_recursor.sh6
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"