Be consistent with JOS make targets

This commit is contained in:
Austin Clements 2009-09-30 22:09:48 -04:00
parent 3adc415471
commit bab819ed8d
1 changed files with 5 additions and 1 deletions

View File

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