Ignore:
Timestamp:
Feb 25, 2000, 7:19:24 PM (26 years ago)
Author:
bird
Message:

Symbol Database is implemented.
No scanning of the os2krnl file, the loaded image is now scaned to determin
which build, debug/retail and smp/uni.
And yet some more enhanchments like 16-bit logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev32/devlast.asm

    r2836 r2898  
    1 ; $Id: devlast.asm,v 1.4 2000-02-21 04:45:46 bird Exp $
     1; $Id: devlast.asm,v 1.5 2000-02-25 18:15:03 bird Exp $
    22;
    33; DevLast - the object file termintating the resident part of the objects.
     
    3030    public BSS32END
    3131    public CONST32_ROEND
     32    public _VFTEND
     33    public EH_DATAEND
    3234    public _CallR0Init32
    3335    public _CallVerifyImportTab32
     
    9395
    9496CODE32 segment
    95 CODE32END db ?
     97CODE32END LABEL BYTE
    9698CODE32 ends
    9799
    98100DATA32 segment
    99 DATA32END  db ?
     101DATA32END  LABEL BYTE
    100102DATA32 ends
    101103
Note: See TracChangeset for help on using the changeset viewer.