diff --git a/initial-xv6/README.md b/initial-xv6/README.md index a3c3e81..510585f 100644 --- a/initial-xv6/README.md +++ b/initial-xv6/README.md @@ -82,8 +82,9 @@ this when debugging (assuming you ever make mistakes, that is), e.g.: prompt> make -f Makefile.test qemu-nox ``` +You can suppress the repeated building of xv6 in the tests with the +`-s` flag. This should make repeated testing faster: - - - - +```sh +prompt> ./test-getreadcounts.sh -s +```