Subversion Repositories Kolibri OS

Rev

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

Rev 1369 Rev 1874
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: 1874 $
Line 9... Line 9...
9
 
9
 
Line 1164... Line 1164...
1164
       ;mov    esi,new_process_running
1164
       ;mov    esi,new_process_running
1165
       ;call   sys_msg_board_str     ;output information about succefull startup
1165
       ;call   sys_msg_board_str     ;output information about succefull startup
1166
       ret
1166
       ret
1167
endp
1167
endp
Line -... Line 1168...
-
 
1168
 
-
 
1169
 
-
 
1170
align 4
-
 
1171
 
-
 
1172
get_stack_base:
-
 
1173
       mov eax,[current_slot]
-
 
1174
       mov eax,[eax+APPDATA.pl0_stack]
-
 
1175
       ret
-
 
1176
 
1168
 
1177