fix qemu path

This commit is contained in:
Freya Murphy 2024-09-25 15:09:15 -04:00
parent 6bafcf1afa
commit 602e40c09c
Signed by: freya
GPG key ID: 744AB800E383AE52
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
obj
.gdbinit
jos.in
qemu.log

View file

@ -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