Bochs/bochs/memory
Stanislav Shwartsman f57b14d338 Extended the interface of the fetch handler to general direct memory access handler.
Now the handler receives 'rw' (BX_READ, BX_WRTE, BX_EXECUTE) access type as parameter.
If returning a pointer to <addr> - itr is assumed that whole 4K page containing the <addr> could be accessed using the same pointer with offset.
You can return a pointer for READ/WRITE only and disallow execute, this is handled properly in the CPU code.
2011-06-30 18:07:14 +00:00
..
Makefile.in rename model_specific.h to be cpuid.h 2011-03-19 17:35:18 +00:00
memory.cc Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
memory.h Extended the interface of the fetch handler to general direct memory access handler. 2011-06-30 18:07:14 +00:00
misc_mem.cc Extended the interface of the fetch handler to general direct memory access handler. 2011-06-30 18:07:14 +00:00