Commit b756921ad18c8d293da634ff3b4e950ec8ae3f80

Authored by bellard
1 parent 31313213

sparc update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1325 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 4 additions and 0 deletions
qemu-doc.texi
@@ -42,6 +42,7 @@ For system emulation, the following hardware targets are supported: @@ -42,6 +42,7 @@ For system emulation, the following hardware targets are supported:
42 @item PC (x86 processor) 42 @item PC (x86 processor)
43 @item PREP (PowerPC processor) 43 @item PREP (PowerPC processor)
44 @item PowerMac (PowerPC processor, in progress) 44 @item PowerMac (PowerPC processor, in progress)
  45 +@item Sun4m (Sparc processor, in progress)
45 @end itemize 46 @end itemize
46 47
47 For user emulation, x86, PowerPC, ARM, and SPARC CPUs are supported. 48 For user emulation, x86, PowerPC, ARM, and SPARC CPUs are supported.
@@ -1017,6 +1018,9 @@ Slave I/O: timers, interrupt controllers, Zilog serial ports @@ -1017,6 +1018,9 @@ Slave I/O: timers, interrupt controllers, Zilog serial ports
1017 QEMU uses the Proll, a PROM replacement available at 1018 QEMU uses the Proll, a PROM replacement available at
1018 @url{http://people.redhat.com/zaitcev/linux/}. 1019 @url{http://people.redhat.com/zaitcev/linux/}.
1019 1020
  1021 +A sample Linux kernel and ram disk image are available on the QEMU web
  1022 +site.
  1023 +
1020 @chapter QEMU User space emulator invocation 1024 @chapter QEMU User space emulator invocation
1021 1025
1022 @section Quick Start 1026 @section Quick Start