Last change
on this file since 2013 was 1678, checked in by bird, 26 years ago |
Some bugsfixes - Yield is disabled.
Added parameters.
Correcte moduleheaders.
Introduced a new base class for virtual lx modules + some elf sketches.
|
File size:
824 bytes
|
Line | |
---|
1 | ;******************************************************************************
|
---|
2 | ; Copyright 1998 knut st. osmundsen
|
---|
3 | ; Definition file for Win32k
|
---|
4 | ; Project Odin Software License can be found in LICENSE.TXT
|
---|
5 | ;******************************************************************************
|
---|
6 | PHYSICAL DEVICE WIN32K
|
---|
7 | DESCRIPTION "$@#knut st. osmundsen:v0.5.0alpha#@Win32k - Odin32, Ring-0 part - Copyright (c) 1998-1999 knut st. osmundsen"
|
---|
8 |
|
---|
9 | CODE PRELOAD EXECUTEREAD
|
---|
10 | DATA PRELOAD
|
---|
11 |
|
---|
12 | SEGMENTS
|
---|
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 | CONST32_RO class 'CONST'
|
---|
23 |
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.