VirtualBox

Changes between Version 2 and Version 3 of Binaries_overview


Ignore:
Timestamp:
Apr 11, 2013 10:15:28 AM (11 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Binaries_overview

    v2 v3  
    44
    55|| '''File name''' || '''Description''' ||
    6 
    76|| {{{VBoxBFE.exe}}} || Basic frontend. This is mainly a development aid and bypasses our COM layer by talking directly to the VMM API. We also make use of this frontend on embedded systems such as µ-kernels. ||
    8 
    97|| {{{VBoxC.dll}}} || Client-side COM library. All COM (or XPCOM) objects that live on the client side (i.e. inside the VM execution process) are contained in this file. So {{{IConsole}}} and friends go there. ||
    10 
    118|| {{{VBoxDD.dll}}} || Virtual devices user level code (R3). This implements all virtual devices besides the parts that run in guest context (GC) or ring-0 context (R0). ||
    12 
    139|| {{{VBoxDD2.dll}}} || Virtual devices user level for devices where we make use of 3rd party source code licensed under the LGPL. This license requires us to separate the sources from other code that also offer with a closed-source license. ||
    14 
    1510|| {{{VBoxDD2GC.gc}}} || Virtual devices guest context (GC) code for devices where we make use of 3rd party LGPL sources. ||
    16 
    1711|| {{{VBoxDD2R0.r0}}} || Virtual devices ring-0 (R0) context code for devices where we make use of 3rd party LGPL sources. ||
    18 
    1912|| {{{VBoxDDGC.gc}}} || Virtual devices guest context (GC) code. ||
    20 
    2113|| {{{VBoxDDR0.r0}}} || Virtual devices ring-0 (R0) context code. ||
    22 
    2314|| {{{VBoxGuestAdditions.iso}}} || CDROM image containing the !VirtualBox Guest Additions for Windows and Linux. ||
    24 
    2515|| {{{VBoxManage.exe}}} || !VirtualBox command line interface accessing our COM API. ||
    26 
    2716|| {{{VBoxREM.dll}}} || Our recompiler based on [wiki:"QEMU"] for certain fallback situations. ||
    28 
    2917|| {{{VBoxRT.dll}}} || The !VirtualBox Portable Runtime (IPRT). ||
    30 
    3118|| {{{VBoxSDL.exe}}} || A simple !VirtualBox frontend based on the SDL toolkit. ||
    32 
    3319|| {{{VBoxSVC.exe}}} || The !VirtualBox COM service, i.e. all COM objects that live outside the VM process. ||
    34 
    3520|| {{{VBoxVMM.dll}}} || User level parts of the Virtual Machine Monitor (VMM). ||
    36 
    3721|| {{{VBoxXML.dll}}} || Interface library for our XML configuration store. ||
    38 
    3922|| {{{VirtualBox.exe}}} || The main frontend based on the Qt library. ||
    40 
    4123|| {{{VMMGC.gc}}} || Guest context (GC) portions of the VMM. ||
    42 
    4324|| {{{VMMR0.r0}}} || Ring-0 (R0) context portions of the VMM. ||
    44 
    4525|| {{{VBoxDrv.sys}}} || Kernel driver that !VirtualBox needs to gain control over the system. On Linux, it's the {{{vboxdrv}}} kernel module. ||

© 2023 Oracle
ContactPrivacy policyTerms of Use