Changeset 3537 in vbox
- Timestamp:
- Jul 11, 2007 8:08:42 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22766
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r3393 r3537 1 /* $Revision$ */ 1 2 /** @file 2 * 3 * VBox host drivers - Ring-0 support drivers - Shared code: 4 * Shared definitions for all host platforms 3 * VirtualBox Support Driver - Internal header. 5 4 */ 6 5 -
trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h
r3512 r3537 1 /* $Revision$ */ 1 2 /** @file 2 * 3 * VBox host drivers - Ring-0 support drivers - Shared code: 4 * IOCtl definitions 3 * VirtualBox Support Driver - IOCtl definitions. 5 4 */ 6 5 -
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r2981 r3537 1 /* $Revision$ */ 1 2 /** @file 2 * 3 * VBox host drivers - Ring-0 support drivers - Shared code: 4 * Driver code for all host platforms 3 * VirtualBox Support Driver - Shared code. 5 4 */ 6 5 -
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r3531 r3537 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox host drivers - Ring-0 support drivers - Shared code: 4 * Support library that implements the basic lowlevel OS interfaces 3 * VirtualBox Support Library - Common code. 5 4 */ 6 5 … … 25 24 * The support library is responsible for providing facilities to load 26 25 * VMM Host Ring-0 code, to call Host VMM Ring-0 code from Ring-3 Host 27 * code, and to pin down physical memory.26 * code, to pin down physical memory, and more. 28 27 * 29 28 * The VMM Host Ring-0 code can be combined in the support driver if 30 29 * permitted by kernel module license policies. If it is not combined 31 * it will be externalized in a Win32 PE binary and will use the PDM32 * PE loader to load it into memory.30 * it will be externalized in a .r0 module that will be loaded using 31 * the IPRT loader. 33 32 * 34 33 * The Ring-0 calling is done thru a generic SUP interface which will -
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r2981 r3537 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox host drivers - Ring-0 support drivers - Shared code: 4 * Internal header for support library 3 * VirtualBox Support Library - Internal header. 5 4 */ 6 5 -
trunk/src/VBox/HostDrivers/Support/SUPR0.def
r2988 r3537 1 ; $Id$ 2 ;; @file 3 ; VirtualBox Support Driver - Built-in exports. 1 4 ; 2 ; VBox host drivers - Ring-0 support drivers - Shared code 3 ; 4 ; Export definitions 5 5 6 ; 6 7 ; Copyright (C) 2006-2007 innotek GmbH
Note:
See TracChangeset
for help on using the changeset viewer.