Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 5365
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 5363 $
8
$Revision: 5365 $
9
 
9
 
Line 339... Line 339...
339
        push    ebx
339
        push    ebx
340
        mov     ebx, [lin_addr]
340
        mov     ebx, [lin_addr]
341
        shr     ebx, 22
341
        shr     ebx, 22
342
        mov     eax, [phis_addr]
342
        mov     eax, [phis_addr]
343
        and     eax, not 0xFFF
343
        and     eax, not 0xFFF
344
        or      eax, PG_READ
344
        or      eax, PG_UWR
345
        mov     dword [master_tab+ebx*4], eax
345
        mov     dword [master_tab+ebx*4], eax
346
        mov     eax, [lin_addr]
346
        mov     eax, [lin_addr]
347
        shr     eax, 10
347
        shr     eax, 10
348
        add     eax, page_tabs
348
        add     eax, page_tabs
349
        invlpg  [eax]
349
        invlpg  [eax]