projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move reboot() and power_off() to new file, and rename to fit convention.
[pintos-anon]
/
src
/
vm
/
Make.vars
1
# -*- makefile -*-
2
3
os.dsk: DEFINES = -DUSERPROG -DFILESYS -DVM
4
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm
5
TEST_SUBDIRS = tests/userprog tests/vm tests/filesys/base
6
GRADING_FILE = $(SRCDIR)/tests/vm/Grading
7
SIMULATOR = --qemu