reduce core memory

git-svn-id: svn://kolibrios.org@581 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2007-07-16 16:19:43 +00:00
parent b229fdc2c2
commit b26531da12
5 changed files with 43 additions and 53 deletions

View File

@@ -70,14 +70,6 @@ proc init_mem
mov ebx, cr4
or ebx, CR4_PSE
mov eax, PG_LARGE+PG_SW
; bt [cpu_caps-OS_BASE], CAPS_PGE
; jnc @F
; or eax, PG_GLOBAL
; or ebx, CR4_PGE
;
;@@:
mov cr4, ebx
dec [pg_data.kernel_tables-OS_BASE]