diff options
| author | Felipe Boeira <felipe.boeira@liu.se> | 2021-02-24 23:41:55 +0100 |
|---|---|---|
| committer | Felipe Boeira <felipe.boeira@liu.se> | 2021-02-24 23:41:55 +0100 |
| commit | d3c74d93e81d87270719f87248b74837f14ddc65 (patch) | |
| tree | cd98f78c4fd827c8115928cc54ea7868e4f34bdd /src | |
| parent | d79669e99fbeeb109826439e84ece311893008d6 (diff) | |
| download | pintos-d3c74d93e81d87270719f87248b74837f14ddc65.tar.gz | |
Update start_recursor.sh
Diffstat (limited to 'src')
| -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" |
