projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a00cbf
)
Allow students to easily disable VM.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 9 Sep 2004 20:55:11 +0000
(20:55 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 9 Sep 2004 20:55:11 +0000
(20:55 +0000)
src/filesys/Makefile.vars
patch
|
blob
|
history
diff --git
a/src/filesys/Makefile.vars
b/src/filesys/Makefile.vars
index 03e8f0803fcd2e82322fba74118919c9174871d0..5899e51100fe5324fb924199c215f3e3a14f4e9c 100644
(file)
--- a/
src/filesys/Makefile.vars
+++ b/
src/filesys/Makefile.vars
@@
-1,2
+1,6
@@
DEFINES = -DUSERPROG -DFILESYS
SUBDIRS = threads devices lib lib/kernel userprog filesys
+
+# Comment out the two lines below to disable VM.
+DEFINES += -DVM
+SUBDIRS += vm