I'm working more on the build infrastructure and one of my long term goals is to get rid of the FULL_SYSTEM #define. To this end, I'd like to start using a flag to denote full_system and slowly migrate towards that. Since I don't see any compelling reason to have a global flag (what if some day someone wanted to simultaneously simulate an SE system and an FS system), I think the flag should be per-System object. We can keep the FULL_SYSTEM #define, but I'd prefer that we move towards using the flag over time and eventually drop the #define.
This OK? Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
