Skip to content
Snippets Groups Projects
Commit 9121f78b authored by Florent Gluck's avatar Florent Gluck
Browse files

Updated Makefile so that the VM for the uefi target uses 4GB instead of 16GB

parent 2a9ad223
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,6 @@ bios_cd: ...@@ -15,6 +15,6 @@ bios_cd:
qemu-system-x86_64 -drive file=$(ISO),media=cdrom,if=ide,readonly=on -boot d -m 4G -smp 4 qemu-system-x86_64 -drive file=$(ISO),media=cdrom,if=ide,readonly=on -boot d -m 4G -smp 4
uefi: uefi:
qemu-system-x86_64 -bios /usr/share/OVMF/x64/OVMF.fd -drive file=$(ISO),format=raw -boot d -m 16G -smp 4 -netdev user,id=n1 -device virtio-net-pci,netdev=n1 qemu-system-x86_64 -bios /usr/share/OVMF/x64/OVMF.fd -drive file=$(ISO),format=raw -boot d -m 4G -smp 4 -netdev user,id=n1 -device virtio-net-pci,netdev=n1
.PHONY: build .PHONY: build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment