kolibrios/kernel/branches/kolibri-e/help/soft_dev/sys_funct_main.html
Alex2003 a1ac239480 Help system not yet completed.
Test it!
____для русских
Ещё не доделанная справочная система.
Протестируйте!

git-svn-id: svn://kolibrios.org@8061 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-11 16:11:33 +00:00

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>