Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2216 → Rev 2217

/kernel/branches/Kolibri-acpi/core/memory.inc
171,9 → 171,14
push ebx
push edi
mov eax, [size]
add eax, [base]
add eax, 4095
and eax, -4096
mov ecx, [base]
and ecx, -4096
sub eax, ecx
mov [size], eax
 
stdcall alloc_kernel_space, eax
test eax, eax
jz .fail
189,9 → 194,7
or edx, [flags]
@@:
mov [page_tabs+eax*4], edx
; push eax
invlpg [ebx]
; pop eax
inc eax
add ebx, edi
add edx, edi