forked from KolibriOS/kolibrios
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:
parent
32d40918ac
commit
a8971e7f3a
@ -3290,10 +3290,11 @@ checkmisc:
|
||||
cmp [ctrl_alt_del], 1
|
||||
jne nocpustart
|
||||
mov ebp, cpustring
|
||||
lea esi,[ebp+6]
|
||||
xor ebx,ebx ; no parameters
|
||||
xor edx,edx ; no flags
|
||||
call fs_RamdiskExecute.flags
|
||||
call fs_execute ; SPraid 8.03.2007
|
||||
;lea esi,[ebp+6]
|
||||
;xor ebx,ebx ; no parameters
|
||||
;xor edx,edx ; no flags
|
||||
;call fs_RamdiskExecute.flags
|
||||
mov [ctrl_alt_del], 0
|
||||
nocpustart:
|
||||
cmp [mouse_active], 1
|
||||
|
Loading…
Reference in New Issue
Block a user