From f17b4e561f54f13e160cacebd5d801e68e53e93c Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 25 Jun 2021 10:05:42 +0200 Subject: [PATCH] Meta: Increase RAM amount for Bochs Booting with 128 MB of RAM is kind of tough. --- Meta/bochsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/bochsrc b/Meta/bochsrc index fb08a02668..f34c82e74f 100644 --- a/Meta/bochsrc +++ b/Meta/bochsrc @@ -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