From 5df73a760f4b5bd2131eccbfbcc1dcf4a08a7220 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:59:54 +0530 Subject: update run script for new image format --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/run.sh b/scripts/run.sh index 5db91ca..bd9b326 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -1,6 +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 \ + -drive format=raw,file=iso/akiba.img \ -m 2048M \ -serial stdio \ No newline at end of file -- cgit v1.2.3