Commit dbcf5e82debb5d1901546705cb10a2fd34b59a99
1 parent
ea785922
Use the actual executable names in documentation, based on a patch by
Pierre d'Herbemont. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2411 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
7 additions
and
6 deletions
qemu-doc.texi
| ... | ... | @@ -1753,7 +1753,8 @@ qemu-i386 -L / /bin/ls |
| 1753 | 1753 | @code{-L /} tells that the x86 dynamic linker must be searched with a |
| 1754 | 1754 | @file{/} prefix. |
| 1755 | 1755 | |
| 1756 | -@item Since QEMU is also a linux process, you can launch qemu with qemu (NOTE: you can only do that if you compiled QEMU from the sources): | |
| 1756 | +@item Since QEMU is also a linux process, you can launch qemu with | |
| 1757 | +qemu (NOTE: you can only do that if you compiled QEMU from the sources): | |
| 1757 | 1758 | |
| 1758 | 1759 | @example |
| 1759 | 1760 | qemu-i386 -L / qemu-i386 -L / /bin/ls |
| ... | ... | @@ -1870,7 +1871,7 @@ target x86 on x86: Most apps (Cocoa and Carbon too) works. [1] |
| 1870 | 1871 | @item |
| 1871 | 1872 | target PowerPC on x86: Not working as the ppc commpage can't be mapped (yet!) |
| 1872 | 1873 | @item |
| 1873 | -target x86 on x86: Most apps (Cocoa and Carbon too) works. [1] | |
| 1874 | +target PowerPC on PowerPC: Most apps (Cocoa and Carbon too) works. [1] | |
| 1874 | 1875 | @item |
| 1875 | 1876 | target x86 on PowerPC: most utilities work. Cocoa and Carbon apps are not yet supported. |
| 1876 | 1877 | @end itemize |
| ... | ... | @@ -1891,20 +1892,20 @@ CD or compile them by hand. |
| 1891 | 1892 | libraries: |
| 1892 | 1893 | |
| 1893 | 1894 | @example |
| 1894 | -qemu-darwin-i386 /bin/ls | |
| 1895 | +qemu-i386 /bin/ls | |
| 1895 | 1896 | @end example |
| 1896 | 1897 | |
| 1897 | 1898 | or to run the ppc version of the executable: |
| 1898 | 1899 | |
| 1899 | 1900 | @example |
| 1900 | -qemu-darwin-ppc /bin/ls | |
| 1901 | +qemu-ppc /bin/ls | |
| 1901 | 1902 | @end example |
| 1902 | 1903 | |
| 1903 | 1904 | @item On ppc, you'll have to tell qemu where your x86 libraries (and dynamic linker) |
| 1904 | 1905 | are installed: |
| 1905 | 1906 | |
| 1906 | 1907 | @example |
| 1907 | -qemu-darwin-i386 -L /opt/x86_root/ /bin/ls | |
| 1908 | +qemu-i386 -L /opt/x86_root/ /bin/ls | |
| 1908 | 1909 | @end example |
| 1909 | 1910 | |
| 1910 | 1911 | @code{-L /opt/x86_root/} tells that the dynamic linker (dyld) path is in |
| ... | ... | @@ -1916,7 +1917,7 @@ qemu-darwin-i386 -L /opt/x86_root/ /bin/ls |
| 1916 | 1917 | @subsection Command line options |
| 1917 | 1918 | |
| 1918 | 1919 | @example |
| 1919 | -usage: qemu-darwin-i386 [-h] [-d] [-L path] [-s size] program [arguments...] | |
| 1920 | +usage: qemu-i386 [-h] [-d] [-L path] [-s size] program [arguments...] | |
| 1920 | 1921 | @end example |
| 1921 | 1922 | |
| 1922 | 1923 | @table @option | ... | ... |