summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-08 05:57:37 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-08 05:57:37 +0000
commit88cb0a02b78415429ac354d5880ab2b08321c22b (patch)
tree0d5ff51841df2f00c372a6c1e6ab63ce4bc42311 /qemu-doc.texi
parent1cdb9c3d82d6febb526ddb085f2dea8f59c55a93 (diff)
downloadqemu-88cb0a02b78415429ac354d5880ab2b08321c22b.tar.gz
Documentation for MIPS Magnum R4000 machine.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4172 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi21
1 files changed, 20 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index ba12f6621d..811eb5059e 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -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