diff options
author | Marvin Borner | 2019-11-23 12:55:59 +0100 |
---|---|---|
committer | Marvin Borner | 2019-11-23 12:55:59 +0100 |
commit | 9702485247be55f092080a38e3fe3417ee6e6df3 (patch) | |
tree | 20d30dcd756232270beda490946be9e17f7d4e17 /Makefile | |
parent | 945d1c9eb7a6520429ebf2f988ac6cc1d12ec75d (diff) |
Fixed vesa, acpi and installation!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |