Subversion Repositories Kolibri OS

Rev

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

Rev 435 Rev 437
Line 1... Line 1...
1
$Revision: 435 $
1
$Revision: 437 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 888... Line 888...
888
           xor eax, eax
888
           xor eax, eax
889
           cld
889
           cld
890
           rep    stosd               ;clean extended information about new thread
890
           rep    stosd               ;clean extended information about new thread
891
           mov    esi,ebx
891
           mov    esi,ebx
892
           mov    edi,edx
892
           mov    edi,edx
893
           mov byte [edi], '@'
-
 
894
           inc    edi
-
 
895
           mov    ecx,11
893
           mov    ecx,11
896
           rep    movsb               ;copy process name
894
           rep    movsb               ;copy process name
Line 897... Line 895...
897
 
895
 
898
           mov eax,[ebx+APPDATA.heap_base]
896
           mov eax,[ebx+APPDATA.heap_base]