Use 0xcc (not 0xcd) for clearing malloc() blocks too.
[pintos-anon] / src / filesys / Make.vars
1 DEFINES = -DUSERPROG -DFILESYS
2 SUBDIRS = threads devices lib lib/kernel userprog filesys
3
4 # Comment out the two lines below to disable VM.
5 DEFINES += -DVM
6 SUBDIRS += vm