Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6662 → Rev 6663

/kernel/trunk/core/mtrr.inc
923,10 → 923,8
.exit:
ret
.fail:
; mov ebx, mtrr_user_message
; mov ebp, notifyapp
; call fs_execute_from_sysdir_param
mov eax, mtrr_user_message
DEBUGF 1, "K : %s \n", eax
mov ebx, mtrr_user_message
mov ebp, notifyapp
call fs_execute_from_sysdir_param
ret
endp
/kernel/trunk/data32.inc
162,10 → 162,10
notifyapp db '/RD/1/@notify',0
if lang eq ru
ud_user_message cp866 'Ошибка: неподдерживаемая инструкция процессора',0
mtrr_user_message cp866 'Обнаружена проблема с конфигурацией MTRR. Производительность может быть пониженной',0
mtrr_user_message cp866 '"Обнаружена проблема с конфигурацией MTRR.\nПроизводительность может быть пониженной" -dW',0
else if ~ lang eq sp
ud_user_message db 'Error: unsupported processor instruction',0
mtrr_user_message db 'There is a problem with MTRR configuration. Performance can be low',0
mtrr_user_message db '"There is a problem with MTRR configuration.\nPerformance can be low" -dW',0
end if
 
vmode db '/sys/drivers/VMODE.MDR',0