Subversion Repositories Kolibri OS

Rev

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

Rev 3534 Rev 3598
Line 129... Line 129...
129
 
129
 
130
; Helper function for usb_init. Creates and initializes the USB thread.
130
; Helper function for usb_init. Creates and initializes the USB thread.
131
proc create_usb_thread
131
proc create_usb_thread
132
; 1. Create the thread.
132
; 1. Create the thread.
133
        push    edi
-
 
134
        push    1
133
        push    edi
135
        pop     ebx
134
        movi    ebx, 1
136
        mov     ecx, usb_thread_proc
135
        mov     ecx, usb_thread_proc
137
        xor     edx, edx
136
        xor     edx, edx
138
        call    new_sys_threads
137
        call    new_sys_threads
139
        pop     edi
138
        pop     edi