Ignore:
Timestamp:
Aug 13, 2000, 11:23:59 AM (25 years ago)
Author:
bird
Message:

Messing around with libraries. There were a conversion bug in libconv.
The VAC365 linker don't like the output libconv...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Grace/src/win32k/dev32/devfirst.asm

    r2898 r4005  
    1 ; $Id: devfirst.asm,v 1.5 2000-02-25 18:15:03 bird Exp $
     1; $Id: devfirst.asm,v 1.5.4.1 2000-08-13 09:23:58 bird Exp $
    22;
    33; DevFirst - entrypoint and segment definitions
     
    6060;$win32ki entry point
    6161_strategyAsm0:
     62    int 3
    6263    push    0
    6364    jmp     _strategyAsm
     
    6566;$win32k entry point
    6667_strategyAsm1:
     68    int 3
    6769    push    1
    6870    jmp     _strategyAsm
Note: See TracChangeset for help on using the changeset viewer.