Subversion Repositories Kolibri OS

Rev

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

Rev 1329 Rev 1369
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1329 $
8
$Revision: 1369 $
Line 9... Line 9...
9
 
9
 
Line 862... Line 862...
862
         app_eip       dd ? ;0x08
862
         app_eip       dd ? ;0x08
863
         app_esp       dd ? ;0x0C
863
         app_esp       dd ? ;0x0C
864
         app_mem       dd ? ;0x10
864
         app_mem       dd ? ;0x10
865
       endl
865
       endl
Line 866... Line 866...
866
 
866
 
867
       cmp eax,1
867
       cmp ebx,1
Line 868... Line 868...
868
       jne .failed          ;other subfunctions
868
       jne .failed          ;other subfunctions
-
 
869
 
869
 
870
       xor  eax,eax
-
 
871
       mov [app_eip], ecx
870
       xor  eax,eax
872
       mov [app_cmdline], eax
871
       mov [app_cmdline], eax
-
 
872
       mov [app_path], eax
-
 
873
       mov [app_eip], ebx
-
 
874
       mov [app_esp], ecx
873
       mov [app_esp], edx
875
 
874
       mov [app_path], eax
876
       ;mov    esi,new_process_loading
875
       ;mov    esi,new_process_loading
877
       ;call   sys_msg_board_str
876
       ;call   sys_msg_board_str
878
.wait_lock:
877
.wait_lock: