forked from KolibriOS/kolibrios
kernel: mtrr fail message is shown as debug now
git-svn-id: svn://kolibrios.org@6629 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0f191361f2
commit
842bc246a4
@ -923,8 +923,10 @@ proc mtrr_validate
|
|||||||
.exit:
|
.exit:
|
||||||
ret
|
ret
|
||||||
.fail:
|
.fail:
|
||||||
mov ebx, mtrr_user_message
|
; mov ebx, mtrr_user_message
|
||||||
mov ebp, notifyapp
|
; mov ebp, notifyapp
|
||||||
call fs_execute_from_sysdir_param
|
; call fs_execute_from_sysdir_param
|
||||||
|
mov eax, mtrr_user_message
|
||||||
|
DEBUGF 1, "K : %s \n", eax
|
||||||
ret
|
ret
|
||||||
endp
|
endp
|
||||||
|
@ -162,10 +162,10 @@ firstapp db '/RD/1/LAUNCHER',0
|
|||||||
notifyapp db '/RD/1/@notify',0
|
notifyapp db '/RD/1/@notify',0
|
||||||
if lang eq ru
|
if lang eq ru
|
||||||
ud_user_message cp866 'Ошибка: неподдерживаемая инструкция процессора',0
|
ud_user_message cp866 'Ошибка: неподдерживаемая инструкция процессора',0
|
||||||
mtrr_user_message cp866 '"Обнаружена проблема с конфигурацией MTRR.\nПроизводительность может быть пониженной" -dW',0
|
mtrr_user_message cp866 'Обнаружена проблема с конфигурацией MTRR. Производительность может быть пониженной',0
|
||||||
else if ~ lang eq sp
|
else if ~ lang eq sp
|
||||||
ud_user_message db 'Error: unsupported processor instruction',0
|
ud_user_message db 'Error: unsupported processor instruction',0
|
||||||
mtrr_user_message db '"There is a problem with MTRR configuration.\nPerformance can be low" -dW',0
|
mtrr_user_message db 'There is a problem with MTRR configuration. Performance can be low',0
|
||||||
end if
|
end if
|
||||||
|
|
||||||
vmode db '/sys/drivers/VMODE.MDR',0
|
vmode db '/sys/drivers/VMODE.MDR',0
|
||||||
|
Loading…
Reference in New Issue
Block a user