Skip to content
Snippets Groups Projects
Commit 27ada089 authored by h2-addad's avatar h2-addad
Browse files

Upload New File

parent b2403c0e
Branches
No related tags found
No related merge requests found
# -*- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment