Browse Source

Fixed Boot Issues and Display issues!

Arphd4 1 tháng trước cách đây
mục cha
commit
96be7c1dab
1 tập tin đã thay đổi với 0 bổ sung18 xóa
  1. 0 18
      arkos/run_qemu.sh

+ 0 - 18
arkos/run_qemu.sh

@@ -1,18 +0,0 @@
-#!/bin/bash
-qemu-system-x86_64 \
-    -drive if=pflash,format=raw,readonly=on,file=/usr/share/ovmf/OVMF.fd \
-    -m 2048 \
-    -cpu host \
-    -enable-kvm \
-    -drive file=finished/boot.img,format=raw,index=0,media=disk \
-    -drive file=finished/sys.img,format=raw,index=1,media=disk \
-    -drive file=finished/vend.img,format=raw,index=2,media=disk \
-    -serial stdio \
-    -vga virtio \
-    -monitor unix:qemu-monitor.sock,server,nowait \
-    -display none &
-QEMU_PID=$!
-sleep 5
-echo "screendump qemu-screen.png" | nc -U qemu-monitor.sock
-sleep 1
-kill $QEMU_PID