forked from KolibriOS/kolibrios
a1ac239480
Test it! ____для русских Ещё не доделанная справочная система. Протестируйте! git-svn-id: svn://kolibrios.org@8061 a494cfbc-eb01-0410-851d-a64ba20cac60
23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>List of system functions</title>
|
|
<text><b>KolibriOS Help</b></text>
|
|
<text><a href="\help\help_main.html">[To main]</a></text>
|
|
<text><a href="\help\soft_dev\debug.html"> [To the next point] </a></text>
|
|
<text><a href="\help\comm_topics\hard_support.html"> [To the previous point] </a></text>
|
|
</head>
|
|
<body>
|
|
<h2>System Function (for OS version 0.7.7.0 and newer)</h2>
|
|
<text>Number of the function is located in the register eax.</br>
|
|
The call of the system function is executed by "int 0x40" command.</br>
|
|
All registers except explicitly declared in the returned value, including eflags, are preserved.</text>
|
|
<ul>
|
|
<li><text><a href="\help\sys_funct\f69_main.html">Function 69 - Debugging</a></text></li>
|
|
<li><text><a href="\help\sys_funct\f70_main.html">Function 70 - Work with file system with long names support</a></text></li>
|
|
<li><text>lost</text></li>
|
|
<li><text>lost</text></li>
|
|
<li><text>lost</text></li>
|
|
<li><text>lost</text></li>
|
|
</ul>
|
|
</body>
|
|
</html> |