provided code
This commit is contained in:
3
src/vm/.gitignore
vendored
Normal file
3
src/vm/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
build
|
||||
bochsrc.txt
|
||||
bochsout.txt
|
||||
7
src/vm/Make.vars
Normal file
7
src/vm/Make.vars
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
kernel.bin: DEFINES = -DUSERPROG -DFILESYS -DVM
|
||||
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm
|
||||
TEST_SUBDIRS = tests/userprog tests/vm tests/filesys/base
|
||||
GRADING_FILE = $(SRCDIR)/tests/vm/Grading
|
||||
SIMULATOR = --qemu
|
||||
1
src/vm/Makefile
Normal file
1
src/vm/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include ../Makefile.kernel
|
||||
Reference in New Issue
Block a user