Subversion Repositories Kolibri OS

Rev

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

Rev 264 Rev 485
Line 1... Line 1...
1
thread_start:
1
thread_start:
2
    DEBUGF 1,'I am the thread!\n'
2
    DEBUGF 1,'I am the thread!\n'
Line 3... Line 3...
3
 
3
 
4
    mov     eax,40		       ; Report events
4
    mov     eax,40		       ; Report events
5
    mov     ebx,10000000b	       ; Only Stack
5
    mov     ebx,10000000b	       ; Only Stack
Line 6... Line 6...
6
    int     0x40
6
    mcall
7
 
7
 
Line 8... Line 8...
8
    resolve first,[server_ip]	       ; the input window putted the server @ 'first', resolve it into a real ip
8
    resolve first,[server_ip]	       ; the input window putted the server @ 'first', resolve it into a real ip
Line 169... Line 169...
169
 
169
 
170
  bell:
170
  bell:
171
    mov     eax,55
171
    mov     eax,55
172
    mov     ebx,eax
172
    mov     ebx,eax
173
    mov     esi,beep
173
    mov     esi,beep
Line 174... Line 174...
174
    int     0x40
174
    mcall
Line 175... Line 175...
175
 
175