update scripts. relative directories. boot to ubuntu noble command line.

This commit is contained in:
2025-12-06 23:24:59 -08:00
parent 191a3c9568
commit 221c49ccbb
6 changed files with 57 additions and 46 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
cd "$(dirname "$0")"
dir=$(dirname "$0")
qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -drive format=raw,file='./boot_image.img' -usbdevice tablet -m 4G -smp 2 -vga std -enable-kvm -machine type=pc-q35-3.1,accel=kvm,kernel_irqchip=on
cd ..
disk="./outputs/boot_image.img"
qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -drive format=raw,file=$disk -usbdevice tablet -m 4G -smp 2 -vga std -enable-kvm -machine type=pc-q35-3.1,accel=kvm,kernel_irqchip=on