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