@file{filesys/Make.vars} to enable VM functionality. You can receive up
to 5% extra credit if you do enable VM.
-The tests for project 4 will probably run faster if
+The tests for project 4 will run much faster if
you use the qemu emulator, e.g.@: via @code{make check
PINTOSOPTS='--qemu'}.
You might find it useful to go back and reread how to run the tests
(@pxref{Testing}). In particular, the tests for project 2 (and later
-projects) will probably run faster if you use the qemu emulator, e.g.@:
+projects) will run much faster if you use the qemu emulator, e.g.@:
via @code{make check PINTOSOPTS='--qemu'}.
@menu
You will continue to handle Pintos disks and file systems the same way
you did in the previous assignment (@pxref{Using the File System}).
-The tests for project 3 (and later projects) will probably run faster if
+The tests for project 3 (and later projects) will run much faster if
you use the qemu emulator, e.g.@: via @code{make check
PINTOSOPTS='--qemu'}.