Code: Select all
memory: guest=8192, host=64
Just in case, here's the configure command line I used to build Bochs (on Ubuntu 16.04 LTS):
Code: Select all
./configure --with-x11 --with-sdl2 --enable-pci --enable-cpu-level=6
Code: Select all
./configure --with-x11 --with-sdl2 --enable-pci --enable-x86-64 --enable-avx
Code: Select all
i00000000000:00000000[ ] Bochs x86 Emulator 2.6.9.svn
i00000000000:00000000[ ] Built from SVN snapshot after release 2.6.9
i00000000000:00000000[ ] Compiled on Apr 11 2017 at 01:13:32
i00000000000:00000000[ ] System configuration
i00000000000:00000000[ ] processors: 1 (cores=1, HT threads=1)
i00000000000:00000000[ ] A20 line support: yes
i00000000000:00000000[ ] IPS is set to 4000000
i00000000000:00000000[ ] CPU configuration
i00000000000:00000000[ ] SMP support: no
i00000000000:00000000[ ] level: 6
i00000000000:00000000[ ] APIC support: xapic
i00000000000:00000000[ ] FPU support: yes
i00000000000:00000000[ ] MMX support: yes
i00000000000:00000000[ ] 3dnow! support: no
i00000000000:00000000[ ] SEP support: yes
i00000000000:00000000[ ] SIMD support: sse2
i00000000000:00000000[ ] XSAVE support: no
i00000000000:00000000[ ] AES support: no
i00000000000:00000000[ ] SHA support: no
i00000000000:00000000[ ] MOVBE support: no
i00000000000:00000000[ ] ADX support: no
i00000000000:00000000[ ] x86-64 support: no
i00000000000:00000000[ ] MWAIT support: yes
i00000000000:00000000[ ] Optimization configuration
i00000000000:00000000[ ] RepeatSpeedups support: no
i00000000000:00000000[ ] Fast function calls: no
i00000000000:00000000[ ] Handlers Chaining speedups: no
i00000000000:00000000[ ] Devices configuration
i00000000000:00000000[ ] PCI support: i440FX i430FX
i00000000000:00000000[ ] Networking: no
i00000000000:00000000[ ] Sound support: no
i00000000000:00000000[ ] USB support: no
i00000000000:00000000[ ] VGA extension support: vbe
i00000000000:00000000[MEM0 ] allocated memory at 0x7f113d595010. after alignment, vector=0x7f113d596000
i00000000000:00000000[MEM0 ] 8192,00MB
i00000000000:00000000[MEM0 ] mem block size = 0x00020000, blocks=65536
Code: Select all
Program received signal SIGINT, Interrupt.
0x000000000050169f in bx_list_c::add (this=0x204fb90, param=0x2a0c280) at paramtree.cc:1113
1113 while (temp->next)
(gdb) bt
#0 0x000000000050169f in bx_list_c::add (this=0x204fb90, param=0x2a0c280) at paramtree.cc:1113
#1 0x00000000005017d7 in bx_param_num_c::bx_param_num_c (this=0x2a0c280, parent=0x204fb90, name=<optimized out>, label=<optimized out>, description=<optimized out>, min=0, max=4294967295, initial_val=0, is_shadow=0) at paramtree.cc:184
#2 0x00000000004f72aa in BX_MEM_C::register_state (this=0x7ecfc0 <bx_mem>) at misc_mem.cc:317
#3 0x00000000004f76c6 in BX_MEM_C::init_memory (guest=guest@entry=8589934592, host=<optimized out>) at misc_mem.cc:152
#4 0x000000000044c663 in bx_init_hardware () at main.cc:1325
#5 0x000000000044d395 in bx_begin_simulation (argc=<optimized out>, argv=<optimized out>) at main.cc:1017
#6 0x0000000000504edf in bx_text_config_interface (menu=menu@entry=3) at textconfig.cc:416
#7 0x00000000005051da in ci_callback (userdata=<optimized out>, command=<optimized out>) at textconfig.cc:1051
#8 0x00000000004fe9ae in bx_real_sim_c::configuration_interface (this=0x2019210, ignore=<optimized out>, command=CI_START) at siminterface.cc:882
#9 0x000000000044bebb in bxmain () at main.cc:345
#10 0x00007ffff6506830 in __libc_start_main (main=0x4489c0 <main(int, char**)>, argc=5, argv=0x7fffffffe1b8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe1a8) at ../csu/libc-start.c:291
#11 0x0000000000449579 in _start ()