Parcourir la source

ADD make log IN Makefile

main
yuchen il y a 9 ans
Parent
révision
e703e976b4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      labcodes/lab1/Makefile

+ 2
- 1
labcodes/lab1/Makefile Voir le fichier

@ -211,7 +211,8 @@ qemu-mon: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -monitor stdio -hda $< -serial null
qemu: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -parallel stdio -hda $< -serial null
log: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -d int,cpu_reset -D q.log -parallel stdio -hda $< -serial null
qemu-nox: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -serial mon:stdio -hda $< -nographic
TERMINAL :=gnome-terminal

Chargement…
Annuler
Enregistrer