Subversion Repositories Kolibri OS

Rev

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

Rev 1276 Rev 1298
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
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1276 $
8
$Revision: 1298 $
9
 
9
 
10
 
10
 
Line 188... Line 188...
188
        mov     [tls_data_l+4],dl
188
        mov     [tls_data_l+4],dl
189
        mov     [tls_data_l+7],dh
189
        mov     [tls_data_l+7],dh
Line 190... Line 190...
190
 
190
 
191
        mov dx, app_tls
191
        mov dx, app_tls
192
        mov fs, dx
192
        mov fs, dx
193
@:
193
@@:
194
; set gs selector unconditionally
194
; set gs selector unconditionally
195
        Mov     gs,ax,graph_data
195
        Mov     gs,ax,graph_data
196
      ; set CR0.TS
196
      ; set CR0.TS
197
        cmp     bh, byte[fpu_owner] ;bh == incoming task (new)
197
        cmp     bh, byte[fpu_owner] ;bh == incoming task (new)