Subversion Repositories Kolibri OS

Rev

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

Rev 5357 Rev 5359
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: 5357 $
8
$Revision: 5359 $
9
 
9
 
Line 475... Line 475...
475
        dec     edi
475
        dec     edi
476
        jnz     @B
476
        jnz     @B
Line 477... Line 477...
477
 
477
 
478
        mov     eax, [LFBAddress]
478
        mov     eax, [LFBAddress]
479
        mov     edi, page_tabs + (LFB_BASE shr 10)
479
        mov     edi, page_tabs + (LFB_BASE shr 10)
-
 
480
        or      eax, PG_GLOBAL+PG_UWR
480
        or      eax, PG_UWR
481
        and     eax, [pte_valid_mask]
481
        mov     ecx, [pg_count]
482
        mov     ecx, [pg_count]
482
        cld
483
        cld
483
@@:
484
@@:
484
        stosd
485
        stosd
485
        add     eax, 0x1000
-
 
486
        dec     ecx
486
        add     eax, 0x1000
Line 487... Line 487...
487
        jnz     @B
487
        loop    @B
488
 
488
 
489
        mov     dword [LFBAddress], LFB_BASE
489
        mov     dword [LFBAddress], LFB_BASE