diff --git a/kernel/trunk/docs/sysfuncr.txt b/kernel/trunk/docs/sysfuncr.txt index dede97235a..bd3d3cbab1 100644 --- a/kernel/trunk/docs/sysfuncr.txt +++ b/kernel/trunk/docs/sysfuncr.txt @@ -3578,7 +3578,8 @@ Architecture Software Developer's Manual, Volume 3, Appendix B); Параметры: * eax = 68 - номер функции * ebx = 27 - номер подфункции - * ecx = указатель на ASCIIZ-строку с именем файла + * ecx = указатель на строку с путём к файлу, + правила формирования строки указаны в описании функции 70. Возвращаемое значение: * eax = указатель на загруженный файл или 0 * edx = размер загруженного файла или 0 diff --git a/kernel/trunk/docs/sysfuncs.txt b/kernel/trunk/docs/sysfuncs.txt index 87432b5fde..b7f0bfdbd5 100644 --- a/kernel/trunk/docs/sysfuncs.txt +++ b/kernel/trunk/docs/sysfuncs.txt @@ -3540,7 +3540,8 @@ Remarks: Parameters: * eax = 68 - function number * ebx = 27 - subfunction number - * ecx = pointer to ASCIIZ-string with the filename + * ecx = pointer to the string with path to file, + rules of path forming can be found in function 70 description. Returned value: * eax = pointer to the loaded file, or zero * edx = size of the loaded file, or zero