summaryrefslogtreecommitdiffstats
path: root/src/userprog/start_recursor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/userprog/start_recursor.sh')
-rwxr-xr-x[-rw-r--r--]src/userprog/start_recursor.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/userprog/start_recursor.sh b/src/userprog/start_recursor.sh
index 22a69ac..6f5e99b 100644..100755
--- a/src/userprog/start_recursor.sh
+++ b/src/userprog/start_recursor.sh
@@ -1,6 +1,6 @@
-make -j4
-cd build
+make -j12
+cd build
pintos-mkdisk fs.dsk 400
-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"
+pintos -v --qemu -- -f -q
+pintos -v --qemu -p ../../examples/recursor_ng -a recursor_ng -- -q
+pintos -v --qemu -m 128 -- run "recursor_ng pintosmaster 6 1"