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