Subversion Repositories Kolibri OS

Rev

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

Rev 1635 Rev 2010
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: 1369 $
8
$Revision: 2010 $
Line 9... Line 9...
9
 
9
 
Line 46... Line 46...
46
   rep stosd
46
   rep stosd
47
}
47
}
Line 48... Line 48...
48
 
48
 
49
fs_execute_from_sysdir:
49
fs_execute_from_sysdir:
-
 
50
    xor ebx, ebx
50
    xor ebx, ebx
51
fs_execute_from_sysdir_param:
51
    xor edx, edx
52
    xor edx, edx
Line 52... Line 53...
52
    mov esi, sysdir_path
53
    mov esi, sysdir_path
53
 
54
 
Line 1164... Line 1165...
1164
       ;mov    esi,new_process_running
1165
       ;mov    esi,new_process_running
1165
       ;call   sys_msg_board_str     ;output information about succefull startup
1166
       ;call   sys_msg_board_str     ;output information about succefull startup
1166
       ret
1167
       ret
1167
endp
1168
endp
Line -... Line 1169...
-
 
1169
 
-
 
1170
 
-
 
1171
align 4
-
 
1172
 
-
 
1173
get_stack_base:
-
 
1174
       mov eax,[current_slot]
-
 
1175
       mov eax,[eax+APPDATA.pl0_stack]
-
 
1176
       ret
-
 
1177
 
1168
 
1178