Subversion Repositories Kolibri OS

Rev

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

Rev 8874 Rev 8876
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2020. 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: 8874 $
8
$Revision: 8876 $
9
 
9
 
Line 1040... Line 1040...
1040
        xor     eax, eax
1040
        xor     eax, eax
1041
        mov     [page_tabs+ebx*4], eax
1041
        mov     [page_tabs+ebx*4], eax
1042
        invlpg  [edx]
1042
        invlpg  [edx]
Line 1043... Line 1043...
1043
 
1043
 
1044
        mov     eax, [dst_slot]
1044
        mov     eax, [dst_slot]
1045
        shl     eax, 8
1045
        shl     eax, BSF sizeof.APPDATA
1046
        or      [eax+SLOT_BASE+0xA8], dword 0x40
1046
        or      [eax+SLOT_BASE+APPDATA.occurred_events], EVENT_IPC
1047
        push    0
1047
        push    0
1048
        jmp     .ret
1048
        jmp     .ret
1049
.no_pid:
1049
.no_pid:
1050
        popf
1050
        popf