- Timestamp:
- Dec 30, 2011 1:29:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/VBox-doc.c
r28800 r39685 29 29 * - CSAM - Guest OS Code Scanning and Analyis Manager. 30 30 * - @ref pg_dbgf 31 * - DBGC - Debugger Console. 31 * - @ref pg_dbgf_addr_space 32 * - @ref pg_dbgf_vmcore 33 * - @ref pg_dbgf_module 34 * - @ref pg_dbgc 32 35 * - VBoxDbg - Debugger GUI (Qt). 33 36 * - DIS - Disassembler. … … 35 38 * - HWACCM - Intel/AMD VM Hardware Support Manager. 36 39 * - REM - Recompiled Execution Monitor. 40 * - @ref pg_vboxrem_amd64 41 * - @ref pg_iem 37 42 * - @ref pg_gmm 38 43 * - @ref pg_mm 39 44 * - @ref pg_pgm 45 * - @ref pg_pgm_phys 46 * - @ref pg_pgm_pool 40 47 * - @ref pg_selm 41 48 * - @ref pg_iom … … 48 55 * - Queue API. 49 56 * - Thread API. 57 * - @ref pg_pdm_block_cache 50 58 * - @ref pg_ssm 51 59 * - @ref pg_stam 52 60 * - @ref pg_tm 53 61 * - @ref pg_trpm 62 * - VMM docs: 63 * - @ref pg_vmm_guideline 64 * - @ref pg_raw 54 65 * - Pluggable Components (via PDM). 55 66 * - DevPCArch - PC Architecture Device (chipset, legacy ++). … … 75 86 * - Storage: 76 87 * - DevATA - ATA ((E)IDE) Device Emulation. 77 * - DevAHCI - Serial ATA / AHCI Device Emulation.88 * - @ref pg_dev_ahci 78 89 * - DevFDC - Floppy Controller Device Emulation. 79 90 * - DrvBlock - Intermediate block driver. … … 87 98 * - DrvVDI - VirtualBox Drive Image Container Driver. 88 99 * - DrvVmdk - VMDK Drive Image Container Driver. 100 * - USB: 101 * - @ref pg_dev_ohci 102 * - @ref pg_dev_ehci 103 * - @ref pg_dev_vusb 104 * - @ref pg_dev_vusb_old 89 105 * - Host Drivers. 90 106 * - SUPDRV - The Support driver (aka VBoxDrv). 107 * - @ref pg_sup 108 * - @ref pg_netflt 109 * - @ref pg_netadp 91 110 * - VBoxUSB - The USB support driver. 92 * - VBoxTAP - The Host Interface Networking driver.93 111 * - @ref pg_netflt 112 * - @ref pg_rawpci 94 113 * - Host Services. 95 * - Shared Clipboard. 96 * - 3D 97 * - Main API. 114 * - @ref pg_hostclip Shared Clipboard. 115 * - Shared Folders. 116 * - Shared OpenGL. See PDF. (TODO: translate PDF to doxygen) 117 * - @ref pg_opengl_cocoa 118 * - @ref pg_svc_guest_properties 119 * - @ref pg_svc_guest_control 120 * - Guest Additions. 121 * - VBoxGuest. 122 * - @ref pg_guest_lib 123 * - VBoxService. 124 * - @ref pg_vboxervice_timesync 125 * - ... 126 * - VBoxControl. 127 * - VBoxVideo. 128 * - crOpenGL. 129 * - VBoxClient / VBoxTray. 130 * - pam. 131 * - ... 132 * - Network Services: 133 * - @ref pg_net_dhcp 134 * - @ref pg_net_nat 135 * - @ref pg_main 136 * - @ref pg_main_events 137 * - @ref pg_vrdb_usb 138 * - IPRT - Runtime Library for hiding host OS differences. 139 * - @ref pg_rtlog 140 * - @ref pg_rt_thread 141 * - @ref pg_rtfileaio_linux 142 * - Testsuite: 143 * - @ref pg_testsuite_guideline 98 144 * 99 145 * @todo Make links to the components.
Note:
See TracChangeset
for help on using the changeset viewer.