source: trunk/src/win32k/win32k.def@ 2837

Last change on this file since 2837 was 2836, checked in by bird, 26 years ago

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 size: 870 bytes
Line 
1;******************************************************************************
2; Copyright 1998-2000 knut st. osmundsen
3; Definition file for Win32k
4; Project Odin Software License can be found in LICENSE.TXT
5;******************************************************************************
6PHYSICAL DEVICE Grace
7DESCRIPTION "$@#knut st. osmundsen:v0.5.0alpha#@Grace - Odin32 and OS2NIX Ring-0 part - Copyright (c) 1998-2000 knut st. osmundsen"
8
9CODE PRELOAD EXECUTEREAD
10DATA PRELOAD
11
12SEGMENTS
13 DATA16 class 'FAR_DATA'
14 DATA16_BSS class 'FAR_DATA'
15 DATA16_CONST class 'FAR_DATA'
16 CODE16 class 'CODE'
17 CODE32 class 'CODE'
18 CALLTAB class 'DATA'
19 DATA32 class 'DATA'
20 c_common class 'DATA'
21 BSS32 class 'BSS'
22 _VFT class 'CONST'
23 CONST32_RO class 'CONST'
24
Note: See TracBrowser for help on using the repository browser.