From aa21b199d5eed95fc93cc073ef86f8eafe3aa2c6 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 5 Oct 2020 09:43:12 -0400 Subject: [PATCH] fix qemu command to run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0eab8d..f91576c 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ all: .PHONY: run run: - qemu-system-x86_64 -bios OVMF.fd -usb -usbdevice disk::build/e.1/efi-loader.img + qemu-system-x86_64 -bios OVMF.fd -hdb build/e.1/efi-loader.img