Ignore:
Timestamp:
Feb 21, 2000, 5:45:47 AM (26 years ago)
Author:
bird
Message:

ProbKrnl and code for importing krnl symbols has been enhanched.
Now we'll lock 32-bit segments into memory too.
And some other fixes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/win32k.def

    r2827 r2836  
    11;******************************************************************************
    2 ; Copyright 1998 knut st. osmundsen
     2; Copyright 1998-2000 knut st. osmundsen
    33; Definition file for Win32k
    44; Project Odin Software License can be found in LICENSE.TXT
    55;******************************************************************************
    6 PHYSICAL DEVICE WIN32K
    7 DESCRIPTION "$@#knut st. osmundsen:v0.5.0alpha#@Win32k - Odin32, Ring-0 part - Copyright (c) 1998-1999 knut st. osmundsen"
     6PHYSICAL DEVICE Grace
     7DESCRIPTION "$@#knut st. osmundsen:v0.5.0alpha#@Grace - Odin32 and OS2NIX Ring-0 part - Copyright (c) 1998-2000 knut st. osmundsen"
    88
    99CODE PRELOAD EXECUTEREAD
     
    1717    CODE32          class 'CODE'
    1818    CALLTAB         class 'DATA'
    19 ;    CALLTAB         class 'CODE' WRITABLE
    2019    DATA32          class 'DATA'
    2120    c_common        class 'DATA'
    2221    BSS32           class 'BSS'
     22    _VFT            class 'CONST'
    2323    CONST32_RO      class 'CONST'
    2424
    25 
Note: See TracChangeset for help on using the changeset viewer.