Subversion Repositories Kolibri OS

Rev

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

Rev 2625 Rev 3296
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 2625 $
8
$Revision: 3296 $
Line 9... Line 9...
9
 
9
 
Line 1021... Line 1021...
1021
 
1021
 
1022
        shl     eax, 8
1022
        shl     eax, 8
1023
        mov     [eax+SLOT_BASE+APPDATA.fpu_state], edi
1023
        mov     [eax+SLOT_BASE+APPDATA.fpu_state], edi
1024
        mov     [eax+SLOT_BASE+APPDATA.exc_handler], 0
1024
        mov     [eax+SLOT_BASE+APPDATA.exc_handler], 0
-
 
1025
        mov     [eax+SLOT_BASE+APPDATA.except_mask], 0
Line 1025... Line 1026...
1025
        mov     [eax+SLOT_BASE+APPDATA.except_mask], 0
1026
        mov     [eax+SLOT_BASE+APPDATA.terminate_protection], 80000001h
1026
 
1027
 
1027
;set default io permission map
1028
;set default io permission map
1028
        mov     ecx, [SLOT_BASE+256+APPDATA.io_map]
1029
        mov     ecx, [SLOT_BASE+256+APPDATA.io_map]