Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1709 → Rev 1710

/kernel/branches/Kolibri-A/trunk/core/heap.inc
110,6 → 110,7
mov [mem_used.fd], eax
mov [mem_used.bk], eax
 
mov [KERNEL_ALLOC_FLAG], dword PG_SW
stdcall alloc_pages, dword 32
mov ecx, 32
mov edx, eax
571,7 → 572,7
mov edi, eax
mov edx, [lin_addr]
@@:
stdcall map_page,edx,edi,dword PG_SW
stdcall map_page,edx,edi,dword [KERNEL_ALLOC_FLAG]
add edx, 0x1000
add edi, 0x1000
dec ecx
1538,3 → 1539,5
.fail:
ret
endp
diff16 "heap code end ",0,$
diff16 "heap code size",init_kernel_heap,$
/kernel/branches/Kolibri-A/trunk/core/memory.inc
1441,3 → 1441,5
.fail:
ret
endp
diff16 "memman code end",0,$
diff16 "memman code sze",alloc_page,$