Skip to content

Commit

Permalink
Merge pull request #78 from hangpark/iss/76
Browse files Browse the repository at this point in the history
[#76] Change simulator to QEMU
  • Loading branch information
hangpark authored Apr 13, 2017
2 parents 724e795 + e558a30 commit da17272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userprog/Make.vars
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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 = --bochs
SIMULATOR = --qemu

0 comments on commit da17272

Please sign in to comment.