update lab1_ans and README, README-chinese

This commit is contained in:
os_lab_user
2015-02-11 03:18:12 +08:00
parent 89d1308e41
commit 3d394d3913
5 changed files with 52 additions and 25 deletions

View File

@@ -216,11 +216,11 @@ qemu-nox: $(UCOREIMG)
$(V)$(QEMU) -serial mon:stdio -hda $< -nographic
TERMINAL :=gnome-terminal
gdb: $(UCOREIMG)
$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null &
$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null
debug: $(UCOREIMG)
$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null &
$(V)sleep 2
$(V)$(TERMINAL) --full-screen -e "gdb -tui -q -x tools/gdbinit"
$(V)$(TERMINAL) -e "cgdb -q -x tools/gdbinit"
debug-nox: $(UCOREIMG)
$(V)$(QEMU) -S -s -serial mon:stdio -hda $< -nographic &