gem5/src
Gabe Black f6e5b92d63 ELF Loader: Use physical addresses instead of virtual ones.
This works in SE mode because the virtual and physical addresses specified for
segments are the same. In Alpha, the LoadAddrMask is still necessary because
the virtual and physical addresses are the same and apparently rely on the
super page mechanism. All of the regressions pass.

--HG--
extra : convert_revision : 45e49dec5002d64e541bc466c61a0f304af29ea5
2007-10-09 13:12:04 -07:00
..
arch X86: Make x86 initialize more state. 2007-10-07 18:20:51 -07:00
base ELF Loader: Use physical addresses instead of virtual ones. 2007-10-09 13:12:04 -07:00
cpu Merge with head. 2007-10-02 23:03:38 -07:00
dev X86: Make an x86 platform object. 2007-10-07 17:48:06 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern Arguments: Get rid of duplicate code for the Arguments class in each architecture. 2007-08-01 16:59:14 -04:00
mem Bus: Fix drain code; old method could return 1 in atomic mode and never call de->process(). 2007-09-05 17:12:41 -04:00
python Serialization: Fix unserialization of object pointers 2007-09-04 13:12:58 -04:00
sim Remote GDB: Turn on remote gdb in SE mode. 2007-10-02 18:26:27 -07:00
unittest Quick program to time how long ccprintf takes to write 2007-02-07 22:02:09 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript Fix for leaving EXTRAS blank 2007-09-10 16:42:41 -07:00