VirtualBox

Changeset 56250 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Jun 5, 2015 10:31:44 AM (10 years ago)
Author:
vboxsync
Message:

doc/manual: 32-bit/64-bit consistency

Location:
trunk/doc/manual/en_US
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r56035 r56250  
    25412541      request is constructed in the guest physical memory, which must be
    25422542      locked by the guest. The physical address is passed to the VMM device
    2543       using a 32 bit <computeroutput>out edx, eax</computeroutput>
    2544       instruction. The physical memory must be allocated below 4GB by 64 bit
     2543      using a 32-bit <computeroutput>out edx, eax</computeroutput>
     2544      instruction. The physical memory must be allocated below 4GB by 64-bit
    25452545      guests.</para>
    25462546
     
    26322632            <itemizedlist>
    26332633              <listitem>
    2634                 <para>All fields are 32 bit.</para>
     2634                <para>All fields are 32-bit.</para>
    26352635              </listitem>
    26362636
     
    26752675                  (<computeroutput>62</computeroutput>)</entry>
    26762676
    2677                   <entry>Call a HGCM function using the 32 bit
     2677                  <entry>Call a HGCM function using the 32-bit
    26782678                  interface.</entry>
    26792679                </row>
     
    26832683                  (<computeroutput>63</computeroutput>)</entry>
    26842684
    2685                   <entry>Call a HGCM function using the 64 bit
     2685                  <entry>Call a HGCM function using the 64-bit
    26862686                  interface.</entry>
    26872687                </row>
     
    27702770
    27712771                  <entry>The client identifier assigned to the connecting
    2772                   client by the HGCM subsystem (32 bit).</entry>
     2772                  client by the HGCM subsystem (32-bit).</entry>
    27732773                </row>
    27742774              </tbody>
     
    28582858
    28592859                  <entry>The client identifier previously returned by the
    2860                   connect request (32 bit).</entry>
     2860                  connect request (32-bit).</entry>
    28612861                </row>
    28622862              </tbody>
     
    28682868        <title>Call32 and Call64</title>
    28692869
    2870         <para>Calls the HGCM service entry point (VMMDevHGCMCall) using 32 bit
    2871         or 64 bit addresses: <table>
     2870        <para>Calls the HGCM service entry point (VMMDevHGCMCall) using 32-bit
     2871        or 64-bit addresses: <table>
    28722872            <title>Call request</title>
    28732873
     
    28942894
    28952895                  <entry>The client identifier previously returned by the
    2896                   connect request (32 bit).</entry>
     2896                  connect request (32-bit).</entry>
    28972897                </row>
    28982898
     
    29072907                  <entry>cParms</entry>
    29082908
    2909                   <entry>The number of following parameters (32 bit). This
     2909                  <entry>The number of following parameters (32-bit). This
    29102910                  value is 0 if the function requires no parameters.</entry>
    29112911                </row>
     
    29222922          </table></para>
    29232923
    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
     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
    29272927        of the type and 12 bytes of a value, so 16 bytes in total.</para>
    29282928
     
    29422942                  <entry>VMMDevHGCMParmType_32bit (1)</entry>
    29432943
    2944                   <entry>A 32 bit value.</entry>
     2944                  <entry>A 32-bit value.</entry>
    29452945                </row>
    29462946
     
    29482948                  <entry>VMMDevHGCMParmType_64bit (2)</entry>
    29492949
    2950                   <entry>A 64 bit value.</entry>
     2950                  <entry>A 64-bit value.</entry>
    29512951                </row>
    29522952
     
    29542954                  <entry>VMMDevHGCMParmType_PhysAddr (3)</entry>
    29552955
    2956                   <entry>A 32 bit size followed by a 32 bit or 64 bit guest
     2956                  <entry>A 32-bit size followed by a 32-bit or 64-bit guest
    29572957                  physical address.</entry>
    29582958                </row>
     
    29612961                  <entry>VMMDevHGCMParmType_LinAddr (4)</entry>
    29622962
    2963                   <entry>A 32 bit size followed by a 32 bit or 64 bit guest
     2963                  <entry>A 32-bit size followed by a 32-bit or 64-bit guest
    29642964                  linear address. The buffer is used both for guest to host
    29652965                  and for host to guest data.</entry>
     
    38633863          <computeroutput>IMachine</computeroutput>. This straightens out the
    38643864          logical placement of methods and was necessary to resolve a
    3865           long-standing issue, preventing 32 bit API clients from invoking
     3865          long-standing issue, preventing 32-bit API clients from invoking
    38663866          those operations in the case where no VM is running.
    38673867          <itemizedlist>
  • trunk/doc/manual/en_US/user_Frontends.xml

    r55867 r56250  
    289289
    290290          <listitem>
    291             <para>Create a virtual hard disk for the VM (in this case, 10GB in
     291            <para>Create a virtual hard disk for the VM (in this case, 10 GB in
    292292            size):<screen>VBoxManage createhd --filename "WinXP.vdi" --size 10000</screen></para>
    293293          </listitem>
  • trunk/doc/manual/en_US/user_Troubleshooting.xml

    r55558 r56250  
    892892
    893893        <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>
    895895        </listitem>
    896896
     
    940940
    941941        <listitem>
    942           <para>After entering into the one of the numeric folders, browse into Windows\System32 (or C:\Windows\SysWOW64 for 64 bit 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>
    943943        </listitem>
    944944
     
    14691469
    14701470      <para>When running a large number of VMs with a lot of RAM on a Linux
    1471       system (say 20 VMs with 1GB of RAM each), additional VMs might fail to
     1471      system (say 20 VMs with 1 GB of RAM each), additional VMs might fail to
    14721472      start with a kernel error saying that the vmalloc pool is exhausted and
    14731473      should be extended. The error message also tells you to specify
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette