Upgrading launching cpu after pressing alt-ctrl-del (by simba).

git-svn-id: svn://kolibrios.org@407 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Andrey Halyavin (halyavin) 2007-03-09 14:36:29 +00:00
parent 32d40918ac
commit a8971e7f3a

View File

@ -3290,10 +3290,11 @@ checkmisc:
cmp [ctrl_alt_del], 1 cmp [ctrl_alt_del], 1
jne nocpustart jne nocpustart
mov ebp, cpustring mov ebp, cpustring
lea esi,[ebp+6] call fs_execute ; SPraid 8.03.2007
xor ebx,ebx ; no parameters ;lea esi,[ebp+6]
xor edx,edx ; no flags ;xor ebx,ebx ; no parameters
call fs_RamdiskExecute.flags ;xor edx,edx ; no flags
;call fs_RamdiskExecute.flags
mov [ctrl_alt_del], 0 mov [ctrl_alt_del], 0
nocpustart: nocpustart:
cmp [mouse_active], 1 cmp [mouse_active], 1