Changes between Version 16 and Version 17 of Source code organization
- Timestamp:
- Nov 16, 2006 1:47:43 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Source code organization
v16 v17 24 24 * `src/VBox/` contains the bulk of the !VirtualBox code, again sorted into subdirectories. This has: 25 25 * `src/VBox/BFEGUI/`: The "Basic Front End GUI", a very limited UI that communicates with the VMM directly, without using COM. 26 * `src/VBox/Debugger/`: 26 * `src/VBox/Debugger/`: A guest debugger that is still evolving. 27 27 * `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 28 * `src/VBox/Disassembler/`: An (incomplete) guest debugger that is still evolving.