Replace some hardcoded /rd/1 paths with /sys.

git-svn-id: svn://kolibrios.org@8088 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-10-02 12:33:16 +00:00
parent 5e4de2dfd1
commit a2700ea35c
10 changed files with 25 additions and 25 deletions

View File

@@ -1697,7 +1697,7 @@ Returned value:
Remarks:
* If the buffer is too small to hold all path, only part of the string
will be copied and terminated with 0.
* By default, current folder for the thread is "/rd/1".
* By default, current folder for the thread is "/sys".
* At process/thread creation the current folder will be inherited
from the parent.
----------------------------------------------------------------------
@@ -1741,7 +1741,7 @@ Returned value:
Remarks:
* If the buffer is too small to hold all path, only part of the string
will be copied and terminated with 0.
* By default, current folder for the thread is "/rd/1".
* By default, current folder for the thread is "/sys".
* At process/thread creation the current folder will be inherited
from the parent.
@@ -3348,7 +3348,7 @@ Remarks:
* Driver name is case-sensitive.
Maximum length of the name is 16 characters, including
terminating null character, the rest is ignored.
* Driver ABC is loaded from file /rd/1/drivers/ABC.sys.
* Driver ABC is loaded from file /sys/drivers/ABC.sys.
---------------------- Constants for registers: ----------------------
eax - SF_SYS_MISC (68)