Subversion Repositories Kolibri OS

Rev

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

Rev 3936 Rev 4105
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 3936 $
74
$Revision: 4105 $
Line 5566... Line 5566...
5566
        mov     [esp+32], eax
5566
        mov     [esp+32], eax
5567
        ret
5567
        ret
Line 5568... Line 5568...
5568
 
5568
 
5569
align 4
5569
align 4
5570
syscall_threads:                        ; CreateThreads
-
 
5571
; eax=1 create thread
5570
syscall_threads:                        ; CreateThreads
5572
;
5571
;
5573
;   ebx=thread start
5572
;   ecx=thread entry point
5574
;   ecx=thread stack value
5573
;   edx=thread stack pointer
5575
;
5574
;
Line -... Line 5575...
-
 
5575
; on return : eax = pid
5576
; on return : eax = pid
5576
 
Line 5577... Line 5577...
5577
 
5577
        xor     ebx, ebx
5578
        call    new_sys_threads
5578
        call    new_sys_threads