Commit 79737e4a7da78d13bd195014f5767d1519dbdfcb
1 parent
e5fe0c52
Document new arm-user features.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1952 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
10 additions
and
0 deletions
qemu-doc.texi
... | ... | @@ -1531,6 +1531,7 @@ information is available in the QEMU mailing-list archive. |
1531 | 1531 | * Quick Start:: |
1532 | 1532 | * Wine launch:: |
1533 | 1533 | * Command line options:: |
1534 | +* Other binaries:: | |
1534 | 1535 | @end menu |
1535 | 1536 | |
1536 | 1537 | @node Quick Start |
... | ... | @@ -1637,6 +1638,15 @@ Activate log (logfile=/tmp/qemu.log) |
1637 | 1638 | Act as if the host page size was 'pagesize' bytes |
1638 | 1639 | @end table |
1639 | 1640 | |
1641 | +@node Other binaries | |
1642 | +@section Other binaries | |
1643 | + | |
1644 | +@command{qemu-arm} is also capable of running ARM "Angel" semihosted ELF | |
1645 | +binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB | |
1646 | +configurations), and arm-uclinux bFLT format binaries. | |
1647 | + | |
1648 | +The binary format is detected automatically. | |
1649 | + | |
1640 | 1650 | @node compilation |
1641 | 1651 | @chapter Compilation from the sources |
1642 | 1652 | ... | ... |