mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Use BXSHARE instead of a hardcoded Bochs directory
This allows using Bochs instances that are installed in non-standard directories.
This commit is contained in:
parent
6eb574a2b6
commit
5d9fa2b9a9
Notes:
sideshowbarker
2024-07-16 19:42:24 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/5d9fa2b9a9 Pull-request: https://github.com/SerenityOS/serenity/pull/22895 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue