Bochs/bochs/memory
Stanislav Shwartsman f5780a5f5c Hide some BX_MEM_C variables
Optimize resolve16 methods - by reducing their amount again - reduce chance for misspredictin
2008-05-01 20:08:37 +00:00
..
Makefile.in Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
memory.cc 32-bit systems have a problem to allocate large amount of physical memory for Bochs simulation which makes simulation with 4G address space virtually impossible. But in most of the cases when 4G physical address space defined - it is not touched by default on every run so it is possible to allocate only really accessed blocks. This commit made all necessary preparations for it. 2008-04-17 14:39:33 +00:00
memory.h Hide some BX_MEM_C variables 2008-05-01 20:08:37 +00:00
misc_mem.cc Small cleanup for memory class 2008-04-17 20:20:43 +00:00