fix: disable dynamic stack growth when VM flag is disabled

This commit is contained in:
Themis Demetriades
2024-12-02 20:44:54 +00:00
parent 6adf2e743b
commit 6190d1bee6
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# -*- makefile -*-
kernel.bin: DEFINES = -DUSERPROG -DFILESYS
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm
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