aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2019-11-23 17:45:47 +0100
committerMarvin Borner2019-11-23 17:45:47 +0100
commit06fc2c2af5db74ba938a65f72bf505baa5eec23b (patch)
tree50d0138c115ba0ec24c4d7c15318693d2b73ae4e /Makefile
parent9702485247be55f092080a38e3fe3417ee6e6df3 (diff)
Some formatting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2b1411..cca3393 100644
--- a/Makefile
+++ b/Makefile
@@ -67,9 +67,12 @@ test: build debug
debug:
@rm -f qemu.log
@echo "Starting simulation"
- @echo "[SERIAL OUTPUT]"
@head -c 10485760 /dev/zero > ./build/hdd10M.img
+ @echo "[SERIAL OUTPUT]"
@qemu-system-x86_64 -no-reboot -M accel=kvm:tcg -vga std -serial stdio -rtc base=localtime -m 128M -cdrom ./build/melvix.iso -drive file=./build/hdd10M.img,format=raw
+ @echo "[END OF CONNECTION]"
+ @printf "\n"
+ @echo "[SERIAL OUTPUT]"
@qemu-system-x86_64 -no-reboot -M accel=kvm:tcg -vga std -serial stdio -rtc base=localtime -m 128M -drive file=./build/hdd10M.img,format=raw
@echo "[END OF CONNECTION]"