forked from KolibriOS/kolibrios
fixed init_page_map
git-svn-id: svn://kolibrios.org@397 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ce8943dff7
commit
9431abc950
@ -156,9 +156,9 @@ proc init_page_map
|
|||||||
mov ecx, ebx
|
mov ecx, ebx
|
||||||
and ecx, 31
|
and ecx, 31
|
||||||
shl eax, cl
|
shl eax, cl
|
||||||
|
mov [edi], eax
|
||||||
add edi, OS_BASE
|
add edi, OS_BASE
|
||||||
mov [page_start-OS_BASE], edi; sys_pgmap+384
|
mov [page_start-OS_BASE], edi; sys_pgmap+384
|
||||||
stosd
|
|
||||||
|
|
||||||
mov ebx, sys_pgmap
|
mov ebx, sys_pgmap
|
||||||
add ebx, [pg_data.pagemap_size-OS_BASE]
|
add ebx, [pg_data.pagemap_size-OS_BASE]
|
||||||
|
Loading…
Reference in New Issue
Block a user