VirtualBox

Changes between Version 15 and Version 16 of Source code organization


Ignore:
Timestamp:
Nov 16, 2006 1:46:50 PM (18 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Source code organization

    v15 v16  
    2626    * `src/VBox/Debugger/`:
    2727    * `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.
    28     * `src/VBox/Disassembler/`:
     28    * `src/VBox/Disassembler/`: An (incomplete) guest debugger that is still evolving.
    2929    * `src/VBox/FBGUI/`: The "Framebuffer GUI", a GUI that sits directly on the Linux framebuffer.
    3030    * `src/VBox/GuestTools/`: The "Guest Additions" for Windows and Linux (and possibly more in the future); this is code that must be installed within a guest to optimize its performance and usability. The build system compiles this code into an ISO file that can be mounted as a VM's virtual CD-ROM drive, as described in the [wiki:"Downloads" user manual].
    3131    * `src/VBox/GUI/`: The Qt GUI as shown on the [wiki:"Screenshots"] page.
    32     * `src/VBox/HostServices/`:
     32    * `src/VBox/HostServices/`: 
    3333    * `src/VBox/Installer/`: The code for the Linux and Windows installes, in their respective subdirectories. For Linux, we use some shell scripts glued together with a tarball, for Windows, we build a .MSI package.
    3434    * `src/VBox/Main/`: The COM/XPCOM backend which lies on top of the VMM code (see below). This is shared by the various components of !VirtualBox. Among other things, VBoxManage is also here unter `src/VBox/Main/tools`.

© 2023 Oracle
ContactPrivacy policyTerms of Use