Difference between revisions of "OldDocumentation"

From gem5
Jump to: navigation, search
(External Documentation)
Line 25: Line 25:
 
* [[I/O Base Classes]] - Information about the I/O device base classes
 
* [[I/O Base Classes]] - Information about the I/O device base classes
  
==Coding Guidelines==
+
==Extending M5==
 
+
* [[Regression Tests]] - How to Run & Create your own regression tests in M5
 
* [[Coding Style]]
 
* [[Coding Style]]
 
* [[Documentation Guidelines]]
 
* [[Documentation Guidelines]]
 +
* Defining New Simulation Objects
 +
** [[Defining CPU Models]] - Steps toward defining your own CPU model in M5
 +
** [[Defining ISAs]] - Steps toward defining your a new ISA for M5
  
 
==External Documentation==
 
==External Documentation==

Revision as of 07:28, 6 October 2006

This documentation is for the M5 2.0b1 release. If you are looking for documentation on M5 1.1 please go here.

Starting Out

Starting out in Full System

Simulator Internals

Extending M5

External Documentation

This documentation, gathered from outside sources, could be useful as reference when working with M5.