forked from KolibriOS/kolibrios
clear PG_GLOBAL flag
git-svn-id: svn://kolibrios.org@441 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4a8a139540
commit
1b3a66fd7b
@ -114,9 +114,15 @@ proc init_mem
|
||||
|
||||
mov edi, (sys_pgdir-OS_BASE)
|
||||
lea esi, [edi+(OS_BASE shr 20)]
|
||||
movsd
|
||||
movsd
|
||||
movsd
|
||||
lodsd
|
||||
and eax, not PG_GLOBAL
|
||||
stosd
|
||||
lodsd
|
||||
and eax, not PG_GLOBAL
|
||||
stosd
|
||||
lodsd
|
||||
and eax, not PG_GLOBAL
|
||||
stosd
|
||||
ret
|
||||
endp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user