From 1bf515e8c29b42d2b68c66f58eb5bc86a715c458 Mon Sep 17 00:00:00 2001 From: Frater <13979047+saintfrater@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:23:03 +0100 Subject: [PATCH] Cleanup --- run.bat | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 run.bat diff --git a/run.bat b/run.bat deleted file mode 100644 index 3c363ff..0000000 --- a/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off - -qemu-system-x86_64 -bios build/bios.bin -device loader,file=build/vgabios.bin,addr=0xC0000,force-raw=on -device isa-debugcon,chardev=myconsole -chardev stdio,id=myconsole -k be -display sdl \ No newline at end of file