Update MIPS specific documentation.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3828 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-12-17 03:47:55 +00:00
parent 5cfdf93099
commit d9aedc3229
1 changed files with 7 additions and 5 deletions

View File

@ -76,7 +76,7 @@ For system emulation, the following hardware targets are supported:
@item Mac99 PowerMac (PowerPC processor, in progress)
@item Sun4m (32-bit Sparc processor)
@item Sun4u (64-bit Sparc processor, in progress)
@item Malta board (32-bit MIPS processor)
@item Malta board (32-bit and 64-bit MIPS processors)
@item ARM Integrator/CP (ARM)
@item ARM Versatile baseboard (ARM)
@item ARM RealView Emulation baseboard (ARM)
@ -88,7 +88,7 @@ For system emulation, the following hardware targets are supported:
@item Palm Tungsten|E PDA (OMAP310 processor)
@end itemize
For user emulation, x86, PowerPC, ARM, MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported.
For user emulation, x86, PowerPC, ARM, 32-bit MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported.
@node Installation
@chapter Installation
@ -2113,8 +2113,10 @@ PC-compatible serial ports
@node MIPS System emulator
@section MIPS System emulator
Use the executable @file{qemu-system-mips} to simulate a MIPS machine.
Three different machine types are emulated:
Four executables cover simulation of 32 and 64-bit MIPS systems in
both endian options, @file{qemu-system-mips}, @file{qemu-system-mipsel}
@file{qemu-system-mips64} and @file{qemu-system-mips64el}.
Four different machine types are emulated:
@itemize @minus
@item
@ -2122,7 +2124,7 @@ A generic ISA PC-like machine "mips"
@item
The MIPS Malta prototype board "malta"
@item
An ACER Pica "pica61"
An ACER Pica "pica61". This machine needs the 64-bit emulator.
@item
MIPS emulator pseudo board "mipssim"
@end itemize