Revision 7d85892b qemu-doc.texi

b/qemu-doc.texi
74 74
@item PREP (PowerPC processor)
75 75
@item G3 BW PowerMac (PowerPC processor)
76 76
@item Mac99 PowerMac (PowerPC processor, in progress)
77
@item Sun4m (32-bit Sparc processor)
77
@item Sun4m/Sun4d (32-bit Sparc processor)
78 78
@item Sun4u (64-bit Sparc processor, in progress)
79 79
@item Malta board (32-bit and 64-bit MIPS processors)
80 80
@item ARM Integrator/CP (ARM)
......
2026 2026
@section Sparc32 System emulator
2027 2027

  
2028 2028
Use the executable @file{qemu-system-sparc} to simulate a SPARCstation
2029
5, SPARCstation 10, or SPARCserver 600MP (sun4m architecture). The
2029
5, SPARCstation 10, SPARCstation 20, SPARCserver 600MP (sun4m architecture),
2030
SPARCserver 1000, or SPARCcenter 2000 (sun4d architecture). The
2030 2031
emulation is somewhat complete.  SMP up to 16 CPUs is supported, but
2031 2032
Linux limits the number of usable CPUs to 4.
2032 2033

  
2033
QEMU emulates the following sun4m peripherals:
2034
QEMU emulates the following sun4m/sun4d peripherals:
2034 2035

  
2035 2036
@itemize @minus
2036 2037
@item
2037
IOMMU
2038
IOMMU or IO-UNITs
2038 2039
@item
2039 2040
TCX Frame buffer
2040 2041
@item
......
2054 2055

  
2055 2056
The number of peripherals is fixed in the architecture.  Maximum
2056 2057
memory size depends on the machine type, for SS-5 it is 256MB and for
2057
SS-10 and SS-600MP 2047MB.
2058
others 2047MB.
2058 2059

  
2059 2060
Since version 0.8.2, QEMU uses OpenBIOS
2060 2061
@url{http://www.openbios.org/}. OpenBIOS is a free (GPL v2) portable
......
2085 2086
 -prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single'
2086 2087
@end example
2087 2088

  
2088
@item -M [SS-5|SS-10|SS-600MP]
2089
@item -M [SS-5|SS-10|SS-20|SS-600MP|SS-1000|SS-2000]
2089 2090

  
2090 2091
Set the emulated machine type. Default is SS-5.
2091 2092

  

Also available in: Unified diff