mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +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
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…
Add table
Add a link
Reference in a new issue