From 602e40c09c804ec059332e8762d574355a5ae53d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 25 Sep 2024 15:09:15 -0400 Subject: [PATCH] fix qemu path --- .gitignore | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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