From: Ben Pfaff Date: Sat, 20 Nov 2004 02:32:28 +0000 (+0000) Subject: Comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87dc8acfc9c75817ec5da0b53ada561df211f902;p=pintos-anon Comment. --- diff --git a/grading/vm/Makefile.posix b/grading/vm/Makefile.posix index ce25626..10d2c07 100644 --- a/grading/vm/Makefile.posix +++ b/grading/vm/Makefile.posix @@ -1,3 +1,8 @@ +# This makefile allows the VM tests to be compiled on a POSIX host +# system. It's easier to test them on a host than under Pintos. +# Before and after using this Makefile, run `make clean' to ensure +# that Pintos and host objects don't interfere with one another. + SRCDIR = ../../src include $(SRCDIR)/Make.config