provided code
This commit is contained in:
13
src/filesys/Make.vars
Normal file
13
src/filesys/Make.vars
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
kernel.bin: DEFINES = -DUSERPROG -DFILESYS
|
||||
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys
|
||||
TEST_SUBDIRS = tests/userprog tests/filesys/base tests/filesys/extended
|
||||
GRADING_FILE = $(SRCDIR)/tests/filesys/Grading.no-vm
|
||||
SIMULATOR = --qemu
|
||||
|
||||
# Uncomment the lines below to enable VM.
|
||||
#kernel.bin: DEFINES += -DVM
|
||||
#KERNEL_SUBDIRS += vm
|
||||
#TEST_SUBDIRS += tests/vm
|
||||
#GRADING_FILE = $(SRCDIR)/tests/filesys/Grading.with-vm
|
||||
Reference in New Issue
Block a user