From 95a31021567d24a8fc9f397ec278f0b4da244470 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:54:50 +0530 Subject: framebuffer working with grub UEFI boot --- scripts/run.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/run.sh (limited to 'scripts') diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100755 index 0000000..5db91ca --- /dev/null +++ b/scripts/run.sh @@ -0,0 +1,6 @@ +#!/bin/bash +qemu-system-x86_64 \ + -drive if=pflash,format=raw,readonly=on,file=/opt/homebrew/share/qemu/edk2-x86_64-code.fd \ + -drive format=raw,file=iso/akiba.iso \ + -m 2048M \ + -serial stdio \ No newline at end of file -- cgit v1.2.3