mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Increase RAM amount for Bochs
Booting with 128 MB of RAM is kind of tough.
This commit is contained in:
parent
c9747a3236
commit
f17b4e561f
Notes:
sideshowbarker
2024-07-18 11:33:01 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/f17b4e561f5 Pull-request: https://github.com/SerenityOS/serenity/pull/8240
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# configuration file generated by Bochs
|
||||
config_interface: textconfig
|
||||
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
|
||||
vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest"
|
||||
boot: disk
|
||||
|
|
Loading…
Reference in a new issue