Difference between revisions of "Download"
From gem5
Line 1: | Line 1: | ||
− | === M5 2.0 Beta | + | === M5 2.0 Beta 2 === |
* [http://www.m5sim.org/dist/current/m5-2.0b2-encumbered.tar.bz2 M5 2.0b2 encumbered files] -- M5 2.0b2 encumbered files. These are overlaid on the M5 2.0b2 release if you want them. <b> They aren't needed unless you require a feature the provide (most notably eio trace support</b> | * [http://www.m5sim.org/dist/current/m5-2.0b2-encumbered.tar.bz2 M5 2.0b2 encumbered files] -- M5 2.0b2 encumbered files. These are overlaid on the M5 2.0b2 release if you want them. <b> They aren't needed unless you require a feature the provide (most notably eio trace support</b> | ||
* [http://www.m5sim.org/dist/current/m5_2.0b2.tar.bz2 M5 2.0b2] -- M5 2.0b2 release | * [http://www.m5sim.org/dist/current/m5_2.0b2.tar.bz2 M5 2.0b2] -- M5 2.0b2 release | ||
+ | === M5 2.0 Beta 1 === | ||
* [http://www.m5sim.org/dist/current/m5_2.0b1p1-overlay.tgz Patch 1] -- An overlay patch for 2.0b1; go into your m5 directory and untar this to overwrite changed files. Mostly just minor bug fixes. | * [http://www.m5sim.org/dist/current/m5_2.0b1p1-overlay.tgz Patch 1] -- An overlay patch for 2.0b1; go into your m5 directory and untar this to overwrite changed files. Mostly just minor bug fixes. | ||
* [http://www.m5sim.org/dist/current/m5_2.0b1.tar.bz2 M5 2.0b1] -- Includes testing infrastructure, and Alpha PAL/Console code | * [http://www.m5sim.org/dist/current/m5_2.0b1.tar.bz2 M5 2.0b1] -- Includes testing infrastructure, and Alpha PAL/Console code | ||
* [http://www.m5sim.org/dist/current/m5_system_2.0b1.tar.bz2 M5 2.0b1 Full System Files] -- Pre-compiled Linux kernels, PALcode/Console code, and a filesystem | * [http://www.m5sim.org/dist/current/m5_system_2.0b1.tar.bz2 M5 2.0b1 Full System Files] -- Pre-compiled Linux kernels, PALcode/Console code, and a filesystem | ||
+ | ===Other Files=== | ||
* [http://www.m5sim.org/dist/current/linux-dist.tgz linux-dist] -- Everything you need to create your own disk image and compile everything in it from scratch | * [http://www.m5sim.org/dist/current/linux-dist.tgz linux-dist] -- Everything you need to create your own disk image and compile everything in it from scratch | ||
* [http://www.m5sim.org/dist/current/mkblankimage.sh.gz Blank image script] -- Shell script to create a blank disk image (with a partition table like M5 requires) of a given size | * [http://www.m5sim.org/dist/current/mkblankimage.sh.gz Blank image script] -- Shell script to create a blank disk image (with a partition table like M5 requires) of a given size |
Revision as of 23:35, 6 December 2006
M5 2.0 Beta 2
- M5 2.0b2 encumbered files -- M5 2.0b2 encumbered files. These are overlaid on the M5 2.0b2 release if you want them. They aren't needed unless you require a feature the provide (most notably eio trace support
- M5 2.0b2 -- M5 2.0b2 release
M5 2.0 Beta 1
- Patch 1 -- An overlay patch for 2.0b1; go into your m5 directory and untar this to overwrite changed files. Mostly just minor bug fixes.
- M5 2.0b1 -- Includes testing infrastructure, and Alpha PAL/Console code
- M5 2.0b1 Full System Files -- Pre-compiled Linux kernels, PALcode/Console code, and a filesystem
Other Files
- linux-dist -- Everything you need to create your own disk image and compile everything in it from scratch
- Blank image script -- Shell script to create a blank disk image (with a partition table like M5 requires) of a given size
- Linux 2.6.13 diff -- Diff against Linux 2.6.13 to add more than 4 processor support, and fix a bug in the NSgigE device driver, add M5 debugging facilities, and skip wait loops.
- Linux M5Base 2.6.13 -- Same as above, but the entire tree bziped
- Linux M5Hack 2.6.13 diff -- With some of our other changes (Warning: You probably want the M5 base tree, only use this if you know what you're doing!)
Old Versions
- M5 1.1 Source Tree
- M5 1.1 Full System Files
- M5 1.0 Source Tree
- M5 1.0 Full System Files
- Deprecated linux-dist
- Slightly modified Linux 2.6.8.1 source tree
- Linux 2.6.8.1 diff -- Diff against Linux 2.6.8.1 to add more than 4 processor support, and fix a bug in the NSgigE device driver