1)fixed bug in kernel_alloc_space

2)support for loading compressed files

git-svn-id: svn://kolibrios.org@211 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2006-11-16 05:47:31 +00:00
parent fa83bf6c24
commit 763bc3ad70
5 changed files with 29 additions and 9 deletions

View File

@@ -319,9 +319,9 @@ proc alloc_kernel_space stdcall, size:dword
remove_from_list edi
mov ecx, [block_ind]
mov [mem_block_list+ecx*4], ebx
mov [mem_block_list+ecx*4], edx
test ebx, ebx
test edx, edx
jnz @f
btr [mem_block_mask], ecx
@@: