VirtualBox

Changes between Version 23 and Version 24 of Source code organization


Ignore:
Timestamp:
Nov 16, 2006 2:52:19 PM (18 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Source code organization

    v23 v24  
    2626    * `src/VBox/Debugger/`: An (incomplete) guest debugger that is still evolving.
    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/`: The !VirtualBox Disassembler (part of the VM Core), which analyzes guest code on commission of various other !VirtualBox components.
     28    * `src/VBox/Disassembler/`: The !VirtualBox Disassembler (part of the VM core), which analyzes guest code on commission of various other !VirtualBox components.
    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].
     
    3838    * `src/VBox/Support/`:
    3939    * `src/VBox/USB/`:
    40     * `src/VBox/VMM/`: The Virut
     40    * `src/VBox/VMM/`: The Virtual Machine Monitor, part of the VM core.
    4141
    4242

© 2023 Oracle
ContactPrivacy policyTerms of Use