mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Documentation for MIPS Magnum R4000 machine.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4172 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1cdb9c3d82
commit
88cb0a02b7
1 changed files with 20 additions and 1 deletions
|
@ -77,6 +77,7 @@ For system emulation, the following hardware targets are supported:
|
|||
@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 MIPS Magnum (64-bit MIPS processor)
|
||||
@item ARM Integrator/CP (ARM)
|
||||
@item ARM Versatile baseboard (ARM)
|
||||
@item ARM RealView Emulation baseboard (ARM)
|
||||
|
@ -2185,7 +2186,7 @@ PC-compatible serial ports
|
|||
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:
|
||||
Five different machine types are emulated:
|
||||
|
||||
@itemize @minus
|
||||
@item
|
||||
|
@ -2196,6 +2197,8 @@ The MIPS Malta prototype board "malta"
|
|||
An ACER Pica "pica61". This machine needs the 64-bit emulator.
|
||||
@item
|
||||
MIPS emulator pseudo board "mipssim"
|
||||
@item
|
||||
A MIPS Magnum R4000 machine "magnum". This machine needs the 64-bit emulator.
|
||||
@end itemize
|
||||
|
||||
The generic emulation is supported by Debian 'Etch' and is able to
|
||||
|
@ -2256,6 +2259,22 @@ PC style serial port
|
|||
MIPSnet network emulation
|
||||
@end itemize
|
||||
|
||||
The MIPS Magnum R4000 emulation supports:
|
||||
|
||||
@itemize @minus
|
||||
@item
|
||||
MIPS R4000 CPU
|
||||
@item
|
||||
PC-style IRQ controller
|
||||
@item
|
||||
PC Keyboard
|
||||
@item
|
||||
SCSI controller
|
||||
@item
|
||||
G364 framebuffer
|
||||
@end itemize
|
||||
|
||||
|
||||
@node ARM System emulator
|
||||
@section ARM System emulator
|
||||
|
||||
|
|
Loading…
Reference in a new issue