From 5d9fa2b9a9f76af771f527e842adab75e1ad4648 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Mon, 22 Jan 2024 00:31:50 +0100 Subject: [PATCH] Meta: Use BXSHARE instead of a hardcoded Bochs directory This allows using Bochs instances that are installed in non-standard directories. --- Meta/bochsrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meta/bochsrc b/Meta/bochsrc index 83bfc6ad09..98480225bd 100644 --- a/Meta/bochsrc +++ b/Meta/bochsrc @@ -2,8 +2,8 @@ config_interface: textconfig display_library: x memory: host=1024, guest=1024 -romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none -vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest" +romimage: file="$BXSHARE/BIOS-bochs-latest", address=0x00000000, options=none +vgaromimage: file="$BXSHARE/VGABIOS-lgpl-latest" boot: disk #floppy_bootsig_check: disabled=0 #floppya: type=1_44, 1_44=".floppy-image", status=inserted, write_protected=0