diff --git a/.gitignore b/.gitignore index 5065c19..74e6747 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ obj .gdbinit +jos.in +qemu.log diff --git a/Makefile b/Makefile index 9b670a7..1da61e5 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ OBJCOPY := $(GCCPREFIX)objcopy OBJDUMP := $(GCCPREFIX)objdump NM := $(GCCPREFIX)nm -QEMU = /home/course/csci352/bin/qemu-system-i386 +QEMU = qemu-system-i386 # Native commands NCC := gcc $(CC_VER) -pipe