diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-28 20:59:23 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-28 20:59:23 +0000 |
commit | ee76f82edb8ec8d68c93f1f6eff95793cdb28c74 (patch) | |
tree | 4cc5b17706ef34c42a83f03798a93251f1d70be4 /qemu-doc.texi | |
parent | 7d85892b9be865631bd6ab9a732e0fc5629b8797 (diff) | |
download | qemu-ee76f82edb8ec8d68c93f1f6eff95793cdb28c74.tar.gz qemu-ee76f82edb8ec8d68c93f1f6eff95793cdb28c74.tar.bz2 qemu-ee76f82edb8ec8d68c93f1f6eff95793cdb28c74.zip |
Initial support for SS-2 (Sun4c)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3870 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index e7de184487..9b56f99fcc 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -74,7 +74,7 @@ For system emulation, the following hardware targets are supported: @item PREP (PowerPC processor) @item G3 BW PowerMac (PowerPC processor) @item Mac99 PowerMac (PowerPC processor, in progress) -@item Sun4m/Sun4d (32-bit Sparc processor) +@item Sun4m/Sun4c/Sun4d (32-bit Sparc processor) @item Sun4u (64-bit Sparc processor, in progress) @item Malta board (32-bit and 64-bit MIPS processors) @item ARM Integrator/CP (ARM) @@ -2026,10 +2026,11 @@ More information is available at @section Sparc32 System emulator Use the executable @file{qemu-system-sparc} to simulate a SPARCstation -5, SPARCstation 10, SPARCstation 20, SPARCserver 600MP (sun4m architecture), -SPARCserver 1000, or SPARCcenter 2000 (sun4d architecture). The -emulation is somewhat complete. SMP up to 16 CPUs is supported, but -Linux limits the number of usable CPUs to 4. +5, SPARCstation 10, SPARCstation 20, SPARCserver 600MP (sun4m +architecture), SPARCstation 2 (sun4c architecture), SPARCserver 1000, +or SPARCcenter 2000 (sun4d architecture). The emulation is somewhat +complete. SMP up to 16 CPUs is supported, but Linux limits the number +of usable CPUs to 4. QEMU emulates the following sun4m/sun4d peripherals: @@ -2086,7 +2087,7 @@ qemu-system-sparc -prom-env 'auto-boot?=false' \ -prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single' @end example -@item -M [SS-5|SS-10|SS-20|SS-600MP|SS-1000|SS-2000] +@item -M [SS-5|SS-10|SS-20|SS-600MP|SS-2|SS-1000|SS-2000] Set the emulated machine type. Default is SS-5. |