Subversion Repositories Kolibri OS

Rev

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

Rev 378 Rev 379
Line 393... Line 393...
393
@@:
393
@@:
394
           mov edx, LFB_BASE
394
           mov edx, LFB_BASE
395
           mov esi, [LFBAddress]
395
           mov esi, [LFBAddress]
396
           mov edi, [LFBSize]
396
           mov edi, [LFBSize]
397
           mov dword [exp_lfb+4], esi
397
           mov dword [exp_lfb+4], edx
398
 
398
 
Line 399... Line 399...
399
           shr edi, 12
399
           shr edi, 12
400
           mov [pg_count], edi
400
           mov [pg_count], edi
401
           shr edi, 10
401
           shr edi, 10