VirtualBox

source: vbox/trunk/doc/VBox-doc.c@ 6951

Last change on this file since 6951 was 6303, checked in by vboxsync, 17 years ago

Some updates .

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1/* $Id: VBox-doc.c 6303 2008-01-09 17:04:53Z vboxsync $ */
2/** @file
3 * VirtualBox Top Level Documentation File.
4 */
5
6/*
7 * Copyright (C) 2006-2007 innotek GmbH
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18
19/** @mainpage VirtualBox
20 *
21 * (add introduction here)
22 *
23 * @section pg_main_comp Components
24 *
25 * - VM / VMM / GVM / GVMM - Virtual Machine Monitor.
26 * - CFGM - Configuration Manager.
27 * - CPUM - CPU Monitor.
28 * - CSAM - Guest OS Code Scanning and Analyis Manager.
29 * - DBGF - Debugging Facility.
30 * - DBGC - Debugger Console.
31 * - VBoxDbg - Debugger GUI (Qt).
32 * - DIS - Disassembler.
33 * - EM - Excution Monitor.
34 * - HWACCM - Intel/AMD VM Hardware Support Manager.
35 * - REM - Recompiled Execution Monitor.
36 * - GMM - Global Memory Manager.
37 * - MM - Memory Monitor.
38 * - PGM - Page Monitor
39 * - SELM - Selector Monitor
40 * - IOM - Input / Output Monitor.
41 * - PATM - Dynamic Guest OS Patching Manager.
42 * - PDM - Pluggable Device Manager.
43 * - Devices / USB Devices, Drivers and their public interfaces.
44 * - Async I/O Completion API.
45 * - Async Task API.
46 * - Critical Section API.
47 * - Queue API.
48 * - Thread API.
49 * - SSM - Save State Manager.
50 * - STAM - Statistics Manager.
51 * - TM - Time Monitor.
52 * - TRPM - Trap & Interrupt Monitor
53 * - Pluggable Components (via PDM).
54 * - DevPCArch - PC Architecture Device (chipset, legacy ++).
55 * - DevPCBios - Basic Input Output System.
56 * - DevDMAC - DMA Controller.
57 * - DevPIC - Programmable Interrupt Controller.
58 * - DevPIT - Programmable Interval Timer (i8254).
59 * - DevRTC - Real Time Clock.
60 * - DevVGA - Video Graphic Array.
61 * - DevPCI - Peripheral Component Interface (Bus).
62 * - VBoxDev - Special PCI Device which serves as an interface between
63 * the VMM and the guest OS for the additions.
64 * - Networking:
65 * - DevPCNet - AMD PCNet Device Emulation.
66 * - DevE1000 - Intel E1000 Device Emulation.
67 * - DevEEPROM - Intel E1000 EPROM Device Emulation.
68 * - SrvINetNetR0 - Internal Networking Ring-0 Service.
69 * - DevINIP - IP Stack Service for the internal networking.
70 * - DrvIntNet - Internal Networking Driver.
71 * - DrvNetSniffer - Wireshark Compatible Sniffer Driver (pass thru).
72 * - DrvNAT - Network Address Translation Driver.
73 * - DrvTAP - Host Interface Networking Driver.
74 * - Storage:
75 * - DevATA - ATA ((E)IDE) Device Emulation.
76 * - DevAHCI - Serial ATA / AHCI Device Emulation.
77 * - DevFDC - Floppy Controller Device Emulation.
78 * - DrvBlock - Intermediate block driver.
79 * - DrvHostBase - Common code for the host drivers.
80 * - DrvHostDVD - Host DVD drive driver.
81 * - DrvHostFloppy - Host floppy drive driver.
82 * - DrvHostRawDisk - Host raw disk drive driver.
83 * - DrvMediaISO - ISO media driver.
84 * - DrvRawImage - Raw image driver (floppy images etc).
85 * - DrvVD - Intermediate Virtual Drive (Media) driver.
86 * - DrvVDI - VirtualBox Drive Image Container Driver.
87 * - DrvVmdk - VMDK Drive Image Container Driver.
88 * - Host Drivers.
89 * - SUPDRV - The Support driver (aka VBoxDrv).
90 * - VBoxUSB - The USB support driver.
91 * - VBoxTAP - The Host Interface Networking driver.
92 * - Host Services.
93 * - Shared Clipboard.
94 * - 3D
95 * - Main API.
96 *
97 * @todo Make links to the components.
98 */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette