Subversion Repositories Kolibri OS

Rev

Rev 3589 | Rev 3780 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3589 Rev 3725
Line 1774... Line 1774...
1774
    bytes are copied and than terminating 0 is inserted.
1774
    bytes are copied and than terminating 0 is inserted.
1775
  * By default, current folder for the thread is "/rd/1".
1775
  * By default, current folder for the thread is "/rd/1".
1776
  * At process/thread creation the current folder will be inherited
1776
  * At process/thread creation the current folder will be inherited
1777
    from the parent.
1777
    from the parent.
Line -... Line 1778...
-
 
1778
 
-
 
1779
--- Subfunction 3 - install the add.system directory for the kernel --
-
 
1780
Parameters:
-
 
1781
  * eax = 30 - function number
-
 
1782
  * ebx = 3 - subfunction number
-
 
1783
  * ecx = pointer to a block of data:
-
 
1784
          sysdir_name     rb 64
-
 
1785
          sysdir_path     rb 64
-
 
1786
For example:  
-
 
1787
dir_name1       db 'addappl',0
-
 
1788
                rb 64-8
-
 
1789
dir_path1       db 'HD0/1',0
-
 
1790
                rb 64-6
-
 
1791
Returned value:
-
 
1792
  * function does not return value
-
 
1793
Remarks:
-
 
1794
  * The function can be called only 1 time for 1 session of the OS.
1778
 
1795
 
1779
======================================================================
1796
======================================================================
1780
========= Function 34 - who owner the pixel on the screen. ===========
1797
========= Function 34 - who owner the pixel on the screen. ===========
1781
======================================================================
1798
======================================================================
1782
Parameters:
1799
Parameters: