Changeset 2871 for trunk/src


Ignore:
Timestamp:
Feb 23, 2000, 5:52:18 PM (26 years ago)
Author:
bird
Message:

Documental changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/mytkExecPgm.asm

    r2849 r2871  
    1 ; $Id: mytkExecPgm.asm,v 1.8 2000-02-21 15:59:21 bird Exp $
     1; $Id: mytkExecPgm.asm,v 1.9 2000-02-23 16:52:18 bird Exp $
    22;
    33; mytkExecPgm - tkExecPgm overload
     
    6262;            di:si  Argument address. (String)
    6363; @uses      all - bp
     64; @sketch    Copy the filename and arguments into a buffer we
     65;            may modify later if this is a UNIX shellscript or
     66;            a PE-file started by pe.exe.
    6467; @status
    6568; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
    66 ; @remark    Current implemententation assumes that there is one buffer,
    67 ;            this serializes the usage of the two pointers.
     69; @remark
    6870;
    6971;   The buffer we are using is a C struct as follows.
     
    8991
    9092    ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING
     93    int     3
    9194    push    ebp
    9295    mov     ebp, esp
Note: See TracChangeset for help on using the changeset viewer.