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

@@ -605,7 +605,7 @@ proc add_app_parameters stdcall,slot:dword,img_base:dword,\
cmd_line:dword, app_path:dword, flags:dword
mov eax,[slot]
bt [cpu_caps], CAPS_SSE
bt [cpu_caps], CAPS_FXSR
jnc .no_SSE
shl eax, 8
mov ebx, eax