Subversion Repositories Kolibri OS

Rev

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

Rev 1362 Rev 1369
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 1362 $
14
$Revision: 1369 $
15
 
15
 
16
 
16
 
Line 426... Line 426...
426
        stdcall new_mem_resize, ecx
426
        stdcall new_mem_resize, ecx
427
        mov [esp+32], eax
427
        mov [esp+32], eax
428
.no_application_mem_resize:
428
.no_application_mem_resize:
429
        ret
429
        ret
Line 430... Line -...
430
 
-
 
431
sys_threads:
-
 
432
 
-
 
433
; eax=1 create thread
-
 
434
;
-
 
435
;   ebx=thread start
-
 
436
;   ecx=thread stack value
-
 
437
;
-
 
438
; on return : eax = pid
-
 
439
jmp new_sys_threads
-
 
440
 
430
 
441
iglobal
431
iglobal
442
;  process_terminating  db 'K : Process - terminating',13,10,0
432
;  process_terminating  db 'K : Process - terminating',13,10,0
443
;  process_terminated   db 'K : Process - done',13,10,0
433
;  process_terminated   db 'K : Process - done',13,10,0
444
  msg_obj_destroy       db 'K : destroy app object',13,10,0
434
  msg_obj_destroy       db 'K : destroy app object',13,10,0