Subversion Repositories Kolibri OS

Rev

Rev 5835 | Rev 6603 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5835 Rev 6067
Line 15... Line 15...
15
START:
15
START:
16
; N.B. The current kernel implementation does not require
16
; N.B. The current kernel implementation does not require
17
;      evident heap initialization, because if DLL is loaded, heap is already initialized
17
;      evident heap initialization, because if DLL is loaded, heap is already initialized
18
;      (if heap was not initialized, loader does this implicitly).
18
;      (if heap was not initialized, loader does this implicitly).
19
;      So this action does nothing useful, but nothing harmful.
19
;      So this action does nothing useful, but nothing harmful.
-
 
20
        push    ebx
20
        push    68
21
        push    68
21
        pop     eax
22
        pop     eax
22
        push    11
23
        push    11
23
        pop     ebx
24
        pop     ebx
24
        int     0x40
25
        int     0x40
-
 
26
        pop     ebx
25
        or      eax, -1
27
        or      eax, -1
26
        ret     4
28
        ret     4
Line 27... Line 29...
27
 
29
 
28
; ˆ­¨æ¨ «¨§ æ¨ï ª®­á®«¨
30
; ˆ­¨æ¨ «¨§ æ¨ï ª®­á®«¨