Subversion Repositories Kolibri OS

Rev

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

Rev 3486 Rev 3534
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: 3486 $
8
$Revision: 3534 $
9
 
9
 
Line 1134... Line 1134...
1134
        invlpg  [edx]
1134
        invlpg  [edx]
Line 1135... Line 1135...
1135
 
1135
 
1136
        mov     eax, [dst_slot]
1136
        mov     eax, [dst_slot]
1137
        shl     eax, 8
1137
        shl     eax, 8
1138
        or      [eax+SLOT_BASE+0xA8], dword 0x40
-
 
1139
        cmp     dword [check_idle_semaphore], 20
-
 
1140
        jge     .ipc_no_cis
-
 
1141
 
-
 
1142
        mov     dword [check_idle_semaphore], 5
-
 
1143
.ipc_no_cis:
1138
        or      [eax+SLOT_BASE+0xA8], dword 0x40
1144
        push    0
1139
        push    0
1145
        jmp     .ret
1140
        jmp     .ret
1146
.no_pid:
1141
.no_pid:
1147
        popf
1142
        popf