Skip to content

Commit

Permalink
Increased Bochs memory from 128MB to 256MB.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Jan 4, 2018
1 parent 5ab50bf commit 954d9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Cosmos.Debug.Hosts/Bochs.Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private void InitializeKeyValues()
+ "plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, gameport=1\n"
+ "config_interface: win32config\n" + "display_library: win32" + debugGui + "\n"
+ "debug_symbols: file=\"%DEBUGSYMBOLSPATH%\"\n"
+ "memory: host=128, guest=128\n" + "romimage: file=\"" + BochsDirectory
+ "memory: host=256, guest=256\n" + "romimage: file=\"" + BochsDirectory
+ "/BIOS-bochs-latest\"\n" + "vgaromimage: file=\"" + BochsDirectory
+ "/VGABIOS-lgpl-latest\"\n" + "boot: cdrom\n"
+ "floppy_bootsig_check: disabled=0\n" + "# no floppya\n" + "# no floppyb\n"
Expand Down

0 comments on commit 954d9e8

Please sign in to comment.