aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2019-11-23 12:55:59 +0100
committerMarvin Borner2019-11-23 12:55:59 +0100
commit9702485247be55f092080a38e3fe3417ee6e6df3 (patch)
tree20d30dcd756232270beda490946be9e17f7d4e17 /Makefile
parent945d1c9eb7a6520429ebf2f988ac6cc1d12ec75d (diff)
Fixed vesa, acpi and installation!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ebee6c..e2b1411 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,8 @@ debug:
@echo "Starting simulation"
@echo "[SERIAL OUTPUT]"
@head -c 10485760 /dev/zero > ./build/hdd10M.img
- @qemu-system-x86_64 -no-reboot -M accel=kvm:tcg -vga std -serial stdio -rtc base=localtime -d int,in_asm -D qemu.log -m 128M -cdrom ./build/melvix.iso -hda ./build/hdd10M.img
+ @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
+ @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]"
.PHONY: build clean cross test debug \ No newline at end of file