From 322167ceab19588473f9074e761390fdeb701790 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 5 Dec 2019 21:37:36 +0100 Subject: Added manual installation method --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d354f89..463e69b 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,13 @@ debug: @echo "[SERIAL OUTPUT]" @qemu-system-x86_64 ${QEMU_OPTIONS} -cdrom ./build/melvix.iso -drive file=./build/hdd10M.img,format=raw @echo "[END OF CONNECTION]" + +image: build + @echo "Starting simulation..." + @head -c 10485760 /dev/zero > ./build/hdd10M.img + @echo "[SERIAL OUTPUT]" + @qemu-system-x86_64 ${QEMU_OPTIONS} -cdrom ./build/melvix.iso -drive file=./build/hdd10M.img,format=raw + @echo "[END OF CONNECTION]" @printf "\n" @echo "[SERIAL OUTPUT]" @qemu-system-x86_64 ${QEMU_OPTIONS} -drive file=./build/hdd10M.img,format=raw @@ -105,4 +112,4 @@ bochs: build bochsHDD: @bochs -f bochs.txt -.PHONY: build clean cross test debug debugHDD bochs bochsHDD \ No newline at end of file +.PHONY: build clean cross test debug image debugHDD bochs bochsHDD \ No newline at end of file -- cgit v1.2.3