Changeset 56250 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jun 5, 2015 10:31:44 AM (10 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r56035 r56250 2541 2541 request is constructed in the guest physical memory, which must be 2542 2542 locked by the guest. The physical address is passed to the VMM device 2543 using a 32 2544 instruction. The physical memory must be allocated below 4GB by 64 2543 using a 32-bit <computeroutput>out edx, eax</computeroutput> 2544 instruction. The physical memory must be allocated below 4GB by 64-bit 2545 2545 guests.</para> 2546 2546 … … 2632 2632 <itemizedlist> 2633 2633 <listitem> 2634 <para>All fields are 32 2634 <para>All fields are 32-bit.</para> 2635 2635 </listitem> 2636 2636 … … 2675 2675 (<computeroutput>62</computeroutput>)</entry> 2676 2676 2677 <entry>Call a HGCM function using the 32 2677 <entry>Call a HGCM function using the 32-bit 2678 2678 interface.</entry> 2679 2679 </row> … … 2683 2683 (<computeroutput>63</computeroutput>)</entry> 2684 2684 2685 <entry>Call a HGCM function using the 64 2685 <entry>Call a HGCM function using the 64-bit 2686 2686 interface.</entry> 2687 2687 </row> … … 2770 2770 2771 2771 <entry>The client identifier assigned to the connecting 2772 client by the HGCM subsystem (32 2772 client by the HGCM subsystem (32-bit).</entry> 2773 2773 </row> 2774 2774 </tbody> … … 2858 2858 2859 2859 <entry>The client identifier previously returned by the 2860 connect request (32 2860 connect request (32-bit).</entry> 2861 2861 </row> 2862 2862 </tbody> … … 2868 2868 <title>Call32 and Call64</title> 2869 2869 2870 <para>Calls the HGCM service entry point (VMMDevHGCMCall) using 32 2871 or 64 2870 <para>Calls the HGCM service entry point (VMMDevHGCMCall) using 32-bit 2871 or 64-bit addresses: <table> 2872 2872 <title>Call request</title> 2873 2873 … … 2894 2894 2895 2895 <entry>The client identifier previously returned by the 2896 connect request (32 2896 connect request (32-bit).</entry> 2897 2897 </row> 2898 2898 … … 2907 2907 <entry>cParms</entry> 2908 2908 2909 <entry>The number of following parameters (32 2909 <entry>The number of following parameters (32-bit). This 2910 2910 value is 0 if the function requires no parameters.</entry> 2911 2911 </row> … … 2922 2922 </table></para> 2923 2923 2924 <para>The 32 2925 consists of 32 2926 bytes in total. The 64 2924 <para>The 32-bit parameter description (HGCMFunctionParameter32) 2925 consists of 32-bit type field and 8 bytes of an opaque value, so 12 2926 bytes in total. The 64-bit variant (HGCMFunctionParameter64) consists 2927 2927 of the type and 12 bytes of a value, so 16 bytes in total.</para> 2928 2928 … … 2942 2942 <entry>VMMDevHGCMParmType_32bit (1)</entry> 2943 2943 2944 <entry>A 32 2944 <entry>A 32-bit value.</entry> 2945 2945 </row> 2946 2946 … … 2948 2948 <entry>VMMDevHGCMParmType_64bit (2)</entry> 2949 2949 2950 <entry>A 64 2950 <entry>A 64-bit value.</entry> 2951 2951 </row> 2952 2952 … … 2954 2954 <entry>VMMDevHGCMParmType_PhysAddr (3)</entry> 2955 2955 2956 <entry>A 32 bit size followed by a 32 bit or 64bit guest2956 <entry>A 32-bit size followed by a 32-bit or 64-bit guest 2957 2957 physical address.</entry> 2958 2958 </row> … … 2961 2961 <entry>VMMDevHGCMParmType_LinAddr (4)</entry> 2962 2962 2963 <entry>A 32 bit size followed by a 32 bit or 64bit guest2963 <entry>A 32-bit size followed by a 32-bit or 64-bit guest 2964 2964 linear address. The buffer is used both for guest to host 2965 2965 and for host to guest data.</entry> … … 3863 3863 <computeroutput>IMachine</computeroutput>. This straightens out the 3864 3864 logical placement of methods and was necessary to resolve a 3865 long-standing issue, preventing 32 3865 long-standing issue, preventing 32-bit API clients from invoking 3866 3866 those operations in the case where no VM is running. 3867 3867 <itemizedlist> -
trunk/doc/manual/en_US/user_Frontends.xml
r55867 r56250 289 289 290 290 <listitem> 291 <para>Create a virtual hard disk for the VM (in this case, 10 GB in291 <para>Create a virtual hard disk for the VM (in this case, 10 GB in 292 292 size):<screen>VBoxManage createhd --filename "WinXP.vdi" --size 10000</screen></para> 293 293 </listitem> -
trunk/doc/manual/en_US/user_Troubleshooting.xml
r55558 r56250 892 892 893 893 <listitem> 894 <para>Browse into installation CD for example E:\i386 (or AMD64 for 64bit version)</para>894 <para>Browse into the installation CD for example E:\i386 (or amd64 for the 64-bit version)</para> 895 895 </listitem> 896 896 … … 940 940 941 941 <listitem> 942 <para>After entering into the one of the numeric folders, browse into Windows\System32 (or C:\Windows\SysWOW64 for 64bit version) directory locate d3d8.dll and d3d9.dll and extract</para>942 <para>After entering into the one of the numeric folders, browse into Windows\System32 (or C:\Windows\SysWOW64 for the 64-bit version) directory locate d3d8.dll and d3d9.dll and extract</para> 943 943 </listitem> 944 944 … … 1469 1469 1470 1470 <para>When running a large number of VMs with a lot of RAM on a Linux 1471 system (say 20 VMs with 1 GB of RAM each), additional VMs might fail to1471 system (say 20 VMs with 1 GB of RAM each), additional VMs might fail to 1472 1472 start with a kernel error saying that the vmalloc pool is exhausted and 1473 1473 should be extended. The error message also tells you to specify
Note:
See TracChangeset
for help on using the changeset viewer.