Subversion Repositories Kolibri OS

Rev

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

Rev 394 Rev 397
Line 154... Line 154...
154
           not eax
154
           not eax
155
           mov ecx, ebx
155
           mov ecx, ebx
156
           and ecx, 31
156
           and ecx, 31
157
           shl eax, cl
157
           shl eax, cl
-
 
158
           mov [edi], eax
158
           add edi, OS_BASE
159
           add edi, OS_BASE
159
           mov [page_start-OS_BASE], edi;     sys_pgmap+384
160
           mov [page_start-OS_BASE], edi;     sys_pgmap+384
160
           stosd
-
 
Line 161... Line 161...
161
 
161
 
162
           mov ebx, sys_pgmap
162
           mov ebx, sys_pgmap
163
           add ebx, [pg_data.pagemap_size-OS_BASE]
163
           add ebx, [pg_data.pagemap_size-OS_BASE]