VirtualBox

Changes between Version 27 and Version 28 of Source code organization


Ignore:
Timestamp:
Nov 17, 2006 4:53:24 PM (18 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Source code organization

    v27 v28  
    2323
    2424 * `src/VBox/` contains the bulk of the !VirtualBox code, again sorted into subdirectories. This has:
    25     * `src/VBox/Frontends/VBoxBFE/`: The "Basic Front End GUI", a very limited UI that communicates with the VMM directly, without using COM.
    26     * `src/VBox/Frontends/VBoxFB/`: The "Framebuffer GUI", a GUI that sits directly on the Linux framebuffer. Not currently maintained.
    27     * `src/VBox/Frontends/VBoxSDL/`: An alternative frontend based on [http://www.libsdl.org/index.php SDL]. This is useful for business use as well as testing during development. The VMs then have to be controlled with VBoxManage.
    28     * `src/VBox/Frontends/VirtualBox/`: The Qt GUI as shown on the [wiki:"Screenshots"] page.
    29     * `src/VBox/Frontends/VBoxManage/`: The !VBoxManage textual interface that exposes the API in Main to the command line.
     25    * `src/VBox/Frontends/`: the various user interfaces are all found below this directory:
     26      * `src/VBox/Frontends/VBoxBFE/`: The "Basic Front End GUI", a very limited UI that communicates with the VMM directly, without using COM.
     27      * `src/VBox/Frontends/VBoxFB/`: The "Framebuffer GUI", a GUI that sits directly on the Linux framebuffer. Not currently maintained.
     28      * `src/VBox/Frontends/VBoxSDL/`: An alternative frontend based on [http://www.libsdl.org/index.php SDL]. This is useful for business use as well as testing during development. The VMs then have to be controlled with VBoxManage.
     29      * `src/VBox/Frontends/VirtualBox/`: The Qt GUI as shown on the [wiki:"Screenshots"] page.
     30      * `src/VBox/Frontends/VBoxManage/`: The !VBoxManage textual interface that exposes the API in Main to the command line.
    3031    * `src/VBox/Debugger/`: An (incomplete) guest debugger that is still evolving.
    3132    * `src/VBox/Devices/`: Code for the various guest devices that the VMM virtualizes, such as the audio, network, and graphics card, as well as the virtual hard disk and USB controller.

© 2023 Oracle
ContactPrivacy policyTerms of Use