Adds kernel docs.

This commit is contained in:
wilkie
2013-03-14 01:31:54 -04:00
commit 8c109b96af
78 changed files with 1800 additions and 0 deletions

31
kernel/dev/keyboard.html Normal file
View File

@@ -0,0 +1,31 @@
<html><head>
<META http-equiv="content-type" content="text/html; charset=utf-8">
<title>kernel.dev.keyboard</title>
</head><body>
<h1>kernel.dev.keyboard</h1>
<!-- Generated by Ddoc from ../kernel/dev/keyboard.d -->
<br><br>
<dl><dt><big>class <u>Keyboard</u>;
</big></dt>
<dd>The kernel interface to the keyboard.<br><br>
<dl><dt><big>static ErrorVal <u>initialize</u>();
</big></dt>
<dd>Initializes the keyboard.
<br><br>
<b>Returns:</b><br>
ErrorVal.Success when the keyboard is properly initialized.
ErrorVal.Fail otherwise.<br><br>
</dd>
<dt><big>static ubyte[] <u>segment</u>();
</big></dt>
<dd>This function returns a reference to the keyboard memory.<br><br>
</dd>
</dl>
</dd>
</dl>
<hr><small>Page generated by <a href="http://www.digitalmars.com/d/1.0/ddoc.html">Ddoc</a>. </small>
</body></html>