Skip to content

Commit

Permalink
[#76] Change simulator to QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
hangpark committed Apr 13, 2017
1 parent 724e795 commit e558a30
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 e558a30

Please sign in to comment.