VirtualBox

Changeset 3537 in vbox


Ignore:
Timestamp:
Jul 11, 2007 8:08:42 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22766
Message:

$Revision$

Location:
trunk/src/VBox/HostDrivers/Support
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDRV.h

    r3393 r3537  
     1/* $Revision$ */
    12/** @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.
    54 */
    65
  • trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h

    r3512 r3537  
     1/* $Revision$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Shared code:
    4  * IOCtl definitions
     3 * VirtualBox Support Driver - IOCtl definitions.
    54 */
    65
  • trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c

    r2981 r3537  
     1/* $Revision$ */
    12/** @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.
    54 */
    65
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r3531 r3537  
     1/* $Id$ */
    12/** @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.
    54 */
    65
     
    2524 * The support library is responsible for providing facilities to load
    2625 * 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.
    2827 *
    2928 * The VMM Host Ring-0 code can be combined in the support driver if
    3029 * 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 PDM
    32  * 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.
    3332 *
    3433 * The Ring-0 calling is done thru a generic SUP interface which will
  • trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h

    r2981 r3537  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Shared code:
    4  * Internal header for support library
     3 * VirtualBox Support Library - Internal header.
    54 */
    65
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r2988 r3537  
     1; $Id$
     2;; @file
     3; VirtualBox Support Driver - Built-in exports.
    14;
    2 ; VBox host drivers - Ring-0 support drivers - Shared code
    3 ;
    4 ; Export definitions
     5
    56;
    67; Copyright (C) 2006-2007 innotek GmbH
Note: See TracChangeset for help on using the changeset viewer.

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