From 7fd5b9b85d4866ea3d5c80b47cb84d5155d02719 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Thu, 4 Sep 2025 15:31:39 -0400 Subject: [PATCH] wx is still broken, also point to disk.img in build/ --- bochsrc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochsrc.txt b/bochsrc.txt index a69b80d..db725ea 100755 --- a/bochsrc.txt +++ b/bochsrc.txt @@ -1,7 +1,7 @@ # configuration file generated by Bochs plugin_ctrl: voodoo=false, unmapped=true, biosdev=true, speaker=true, extfpuirq=true, parallel=true, serial=true, busmouse=false, e1000=false, es1370=false, gameport=true, ne2k=false, sb16=false, usb_uhci=false, usb_ohci=false, usb_ehci=false, usb_xhci=false config_interface: textconfig -display_library: wx +display_library: x, options=gui_debug memory: guest=64, host=64, block_size=128 romimage: file="/usr/share/bochs/BIOS-bochs-legacy", address=0x00000000, options=none, flash_data=none vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest" @@ -10,7 +10,7 @@ floppy_bootsig_check: disabled=0 floppya: type=1_44 # no floppyb ata0: enabled=true, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 -ata0-master: type=disk, path="./disk.img", mode=flat, cylinders=0, heads=0, spt=0, sect_size=512, model="Stevia Disk", biosdetect=auto, translation=lba +ata0-master: type=disk, path="./build/disk.img", mode=flat, cylinders=0, heads=0, spt=0, sect_size=512, model="Stevia Disk", biosdetect=auto, translation=lba ata0-slave: type=none ata1: enabled=false ata1-master: type=none