mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Increase RAM amount for Bochs
Booting with 128 MB of RAM is kind of tough.
This commit is contained in:
committed by
Andreas Kling
parent
c9747a3236
commit
f17b4e561f
@@ -1,7 +1,7 @@
|
|||||||
# configuration file generated by Bochs
|
# configuration file generated by Bochs
|
||||||
config_interface: textconfig
|
config_interface: textconfig
|
||||||
display_library: x
|
display_library: x
|
||||||
memory: host=128, guest=128
|
memory: host=1024, guest=1024
|
||||||
romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none
|
romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none
|
||||||
vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest"
|
vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest"
|
||||||
boot: disk
|
boot: disk
|
||||||
|
|||||||
Reference in New Issue
Block a user