]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Be consistent with JOS make targets
authorAustin Clements <amdragon@mit.edu>
Thu, 1 Oct 2009 02:09:48 +0000 (22:09 -0400)
committerAustin Clements <amdragon@mit.edu>
Thu, 1 Oct 2009 02:09:48 +0000 (22:09 -0400)
Makefile

index 2e1b9271a327c2852e25b49bed2e52b26b12f05d..07463d957e2f9ec09f6e5a0f5cab21aa698e5bcb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ QEMUOPTS = -smp 2 -hdb fs.img xv6.img
 qemu: fs.img xv6.img
        qemu -serial mon:stdio $(QEMUOPTS)
 
-qemutty: fs.img xv6.img
+qemu-nox: fs.img xv6.img
        qemu -nographic $(QEMUOPTS)
 
 .gdbinit: .gdbinit.tmpl
@@ -155,6 +155,10 @@ qemu-gdb: fs.img xv6.img .gdbinit
        @echo "*** Now run 'gdb'." 1>&2
        qemu -serial mon:stdio $(QEMUOPTS) -s -S -p $(GDBPORT)
 
+qemu-gdb-nox: fs.img xv6.img .gdbinit
+       @echo "*** Now run 'gdb'." 1>&2
+       qemu -nographic $(QEMUOPTS) -s -S -p $(GDBPORT)
+
 # CUT HERE
 # prepare dist for students
 # after running make dist, probably want to