SF 51 differs in English and Russian documentation #301

Open
opened 2025-12-23 12:18:03 +00:00 by mxlgv · 0 comments
Owner

It is not clear whether these subfunctions are actually present in the kernel except the first:

===================== Функция 51, подфункция 2 =======================

===================== Функция 51, подфункция 3 =======================

===================== Функция 51, подфункция 4 =======================

If these system calls exist, then the English documentation needs to be updated and constants added for the new constant subfunctions:

#define SF_THREAD_CTRL 51
  #define SSF_CREATE_THREAD 1
  #define SSF_GET_THREAD_SELF_SLOT 2
  #define SSF_GET_THREAD_PRIO 3
  #define SSF_SET_THREAD_PRIO 4
It is not clear whether these subfunctions are actually present in the kernel except the first: https://git.kolibrios.org/KolibriOS/kolibrios/src/commit/d0de275ab335af4b98fcd7578f3f1e36e100ed20/kernel/trunk/docs/sysfuncr.txt#L2510 https://git.kolibrios.org/KolibriOS/kolibrios/src/commit/d0de275ab335af4b98fcd7578f3f1e36e100ed20/kernel/trunk/docs/sysfuncr.txt#L2520 https://git.kolibrios.org/KolibriOS/kolibrios/src/commit/d0de275ab335af4b98fcd7578f3f1e36e100ed20/kernel/trunk/docs/sysfuncr.txt#L2536 If these system calls exist, then the English documentation needs to be updated and constants added for the new constant subfunctions: ```c #define SF_THREAD_CTRL 51 #define SSF_CREATE_THREAD 1 #define SSF_GET_THREAD_SELF_SLOT 2 #define SSF_GET_THREAD_PRIO 3 #define SSF_SET_THREAD_PRIO 4 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#301