blob: eebac65951939eb9646f3ba5e1ecd622133dc57c (
plain) (
blame)
1
2
3
4
5
6
7
|
# -*- makefile -*-
os.dsk: DEFINES = -DUSERPROG -DFILESYS
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys
TEST_SUBDIRS = tests/userprog #tests/userprog/no-vm tests/filesys/base
GRADING_FILE = $(SRCDIR)/tests/userprog/Grading
SIMULATOR = --qemu
|