Merge lazy loading with page swapping #56

Merged
td1223 merged 9 commits from vm/lazy-loading into vm/page-swap-synch 2024-12-04 18:48:19 +00:00
142 changed files with 15322 additions and 66 deletions
Showing only changes of commit d047a3c242 - Show all commits

View File

@@ -1,7 +1,7 @@
# -*- makefile -*-
kernel.bin: DEFINES = -DUSERPROG -DFILESYS
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys
kernel.bin: DEFINES = -DUSERPROG -DFILESYS -DVM
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm
TEST_SUBDIRS = tests/userprog tests/userprog/no-vm tests/filesys/base
GRADING_FILE = $(SRCDIR)/tests/userprog/Grading
SIMULATOR = --qemu