|
|
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Paul Brook <pbrook> 06/06/11 16:28:41
Modified files:
. : qemu-doc.texi
Log message:
Document new arm-user features.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.90&r2=1.91
Patches:
Index: qemu-doc.texi
===================================================================
RCS file: /sources/qemu/qemu/qemu-doc.texi,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- qemu-doc.texi 26 May 2006 00:49:52 -0000 1.90
+++ qemu-doc.texi 11 Jun 2006 16:28:41 -0000 1.91
@@ -1531,6 +1531,7 @@
* Quick Start::
* Wine launch::
* Command line options::
+* Other binaries::
@end menu
@node Quick Start
@@ -1637,6 +1638,15 @@
Act as if the host page size was 'pagesize' bytes
@end table
+@node Other binaries
+@section Other binaries
+
+@command{qemu-arm} is also capable of running ARM "Angel" semihosted ELF
+binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB
+configurations), and arm-uclinux bFLT format binaries.
+
+The binary format is detected automatically.
+
@node compilation
@chapter Compilation from the sources
_______________________________________________
Qemu-devel mailing list
Qemu-devel@xxxxxxxxxx
http://lists.nongnu.org/mailman/listinfo/qemu-devel
|
|