make run now outputs the serial log

This commit is contained in:
pjht 2020-08-02 14:35:44 -05:00
parent 4994f9211d
commit 18ca6e49e6

View File

@ -24,7 +24,10 @@ CWD = $(shell pwd)
all: os.iso
run: os.iso
@$(EMU) $(QFLAGS) -monitor stdio
rm -f serout
touch serout
@$(EMU) $(QFLAGS) &
tail -f serout
debug: os.iso kernel/kernel.elf
@$(EMU) -s $(QFLAGS) &