Difference between revisions of "OldDocumentation"
From gem5
					
										
					
					| Line 1: | Line 1: | ||
| + | This documentation is for the M5 2.0b release. If you are looking for documentation on M5 1.1 please go [http://www.m5sim.org/old_docs/index.html here].  | ||
==Starting Out==  | ==Starting Out==  | ||
| Line 12: | Line 13: | ||
* [[m5term]] - How to use the m5term  | * [[m5term]] - How to use the m5term  | ||
* [[Using linux-dist to Create Disk Images and Kernels for M5]] - How to create a Linux disk image/kernel  | * [[Using linux-dist to Create Disk Images and Kernels for M5]] - How to create a Linux disk image/kernel  | ||
| + | |||
==Simulator Internals==  | ==Simulator Internals==  | ||
| + | * [http://www.m5sim.org/docs/index.html Doxygen] -- Doxygen documentation  | ||
* [[Memory System]] - Overview of M5's new memory system  | * [[Memory System]] - Overview of M5's new memory system  | ||
* [[Configuration Files Explained]] - Overview of config files  | * [[Configuration Files Explained]] - Overview of config files  | ||
| Line 21: | Line 24: | ||
* [[CPU Models]] - Overview of the various CPU models in M5  | * [[CPU Models]] - Overview of the various CPU models in M5  | ||
* [[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==  | ==Coding Guidelines==  | ||
Revision as of 00:28, 18 August 2006
This documentation is for the M5 2.0b release. If you are looking for documentation on M5 1.1 please go here.
Starting Out
- Compiling M5 - How to compile the simulator
 - Running M5 - How to run the simulator
 - Debugging M5 - Debugging tips and strategies
 
Starting out in Full System
- Running M5 in Full-System Mode - How to run in full-system mode
 - m5term - How to use the m5term
 - Using linux-dist to Create Disk Images and Kernels for M5 - How to create a Linux disk image/kernel
 
Simulator Internals
- Doxygen -- Doxygen documentation
 - Memory System - Overview of M5's new memory system
 - Configuration Files Explained - Overview of config files
 - Using the Statistics Package - Using the statistics package
 - ISA description system - The new ISA description primer
 - CPU Models - Overview of the various CPU models in M5
 - I/O Base Classes - Information about the I/O device base classes