From 7b0f95d92406a96343572f3c73f42f801259caae Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 31 Mar 2020 15:45:29 -0400 Subject: [PATCH] add Makefile and run target --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e0eab8d --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: all +all: + @./rscons + +.PHONY: run +run: + qemu-system-x86_64 -bios OVMF.fd -usb -usbdevice disk::build/e.1/efi-loader.img