mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:57:34 +00:00
Make .bochsrc work with the stock Bochs on Ubuntu.
This commit is contained in:
parent
c7221b7dee
commit
a34bb07abb
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# configuration file generated by Bochs
|
# configuration file generated by Bochs
|
||||||
plugin_ctrl: unmapped=true, biosdev=true, speaker=true, extfpuirq=true, parallel=true, serial=true
|
|
||||||
config_interface: textconfig
|
config_interface: textconfig
|
||||||
display_library: x
|
display_library: x
|
||||||
memory: host=32, guest=32
|
memory: host=32, guest=32
|
||||||
romimage: file="/usr/local/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none
|
romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none
|
||||||
vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest"
|
vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest"
|
||||||
boot: floppy
|
boot: floppy
|
||||||
floppy_bootsig_check: disabled=0
|
floppy_bootsig_check: disabled=0
|
||||||
floppya: type=1_44, 1_44=".floppy-image", status=inserted, write_protected=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