Difference between revisions of "OldDocumentation"
From gem5
					
										
					
					 (→Simulator Internals)  | 
				 (→Simulator Internals)  | 
				||
| Line 24: | Line 24: | ||
* [[ISA description system]] - The new ISA description primer  | * [[ISA description system]] - The new ISA description primer  | ||
* [[CPU Models]] - Overview of the various CPU models in M5  | * [[CPU Models]] - Overview of the various CPU models in M5  | ||
| + | * [[I/O Devices]] - Overview of the various I/O devices  | ||
| + | * [[I/O Classes]] - Information about the I/O base classes  | ||
==Coding Guidelines==  | ==Coding Guidelines==  | ||
Revision as of 20:57, 17 June 2006
Note: This page is currently in transition, and partially reflects v1.1 and partially the new v2.0 features. See the doxygen docs for documentation on the current (v1.1) release.
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
 - Creating Tru64 Disk Images for M5 - How to create a Tru64 disk image
 - Using linux-dist to Create Disk Images and Kernels for M5 - How to create a Linux disk image/kernel
 - Using the Spec2000 Disk Image - Using the SPECcpu2000 disk image
 
Simulator Internals
- 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 Devices - Overview of the various I/O devices
 - I/O Classes - Information about the I/O base classes