folder reorganization.

This commit is contained in:
Matt Knoop
2025-12-04 09:48:10 -07:00
parent 3a77b4a3cd
commit 191a3c9568
19 changed files with 172 additions and 104 deletions

4
scripts/boot_image.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/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