Subversion Repositories Kolibri OS

Rev

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

Rev 854 Rev 859
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 854 $
14
$Revision: 859 $
15
 
15
 
16
align 4
16
align 4
17
_init_idt:
17
_init_idt:
Line 466... Line 466...
466
	   jmp @B
466
	   jmp @B
467
@@:
467
@@:
468
	   mov eax, [.slot]
468
	   mov eax, [.slot]
469
	   shl eax, 8
469
	   shl eax, 8
470
	   mov eax,[SLOT_BASE+eax+APPDATA.dir_table]
470
	   mov eax,[SLOT_BASE+eax+APPDATA.dir_table]
471
	   stdcall destroy_app_space, eax
471
       ;    stdcall destroy_app_space, eax
Line 472... Line 472...
472
 
472
 
473
	   mov esi, [.slot]
473
	   mov esi, [.slot]
474
	   cmp [fpu_owner],esi	 ; if user fpu last -> fpu user = 1
474
	   cmp [fpu_owner],esi	 ; if user fpu last -> fpu user = 1