Subversion Repositories Kolibri OS

Rev

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

Rev 1260 Rev 1310
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: 1260 $
8
$Revision: 1310 $
Line 9... Line 9...
9
 
9
 
Line 998... Line 998...
998
       mov [eax+SLOT_BASE+APPDATA.fpu_state], edi
998
       mov [eax+SLOT_BASE+APPDATA.fpu_state], edi
999
       mov [eax+SLOT_BASE+APPDATA.exc_handler], 0
999
       mov [eax+SLOT_BASE+APPDATA.exc_handler], 0
1000
       mov [eax+SLOT_BASE+APPDATA.except_mask], 0
1000
       mov [eax+SLOT_BASE+APPDATA.except_mask], 0
Line 1001... Line 1001...
1001
 
1001
 
1002
;set default io permission map
1002
;set default io permission map
1003
       mov [eax+SLOT_BASE+APPDATA.io_map],\
1003
       mov ecx, [SLOT_BASE+256+APPDATA.io_map]
1004
          (tss._io_map_0-OS_BASE+PG_MAP)
1004
       mov [eax+SLOT_BASE+APPDATA.io_map], ecx
1005
       mov [eax+SLOT_BASE+APPDATA.io_map+4],\
1005
       mov ecx, [SLOT_BASE+256+APPDATA.io_map+4]
Line 1006... Line 1006...
1006
          (tss._io_map_1-OS_BASE+PG_MAP)
1006
       mov [eax+SLOT_BASE+APPDATA.io_map+4], ecx
1007
 
1007
 
1008
       mov esi, fpu_data
1008
       mov esi, fpu_data