mirror of
https://github.com/xomboverlord/xomb-docs.git
synced 2026-05-05 10:01:31 +02:00
Adds kernel docs.
This commit is contained in:
29
kernel/core/kmain.html
Normal file
29
kernel/core/kmain.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<html><head>
|
||||
<META http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>kernel.core.kmain</title>
|
||||
</head><body>
|
||||
<h1>kernel.core.kmain</h1>
|
||||
<!-- Generated by Ddoc from ../kernel/core/kmain.d -->
|
||||
<br><br>
|
||||
<dl><dt><big>void <u>kmain</u>(int <i>bootLoaderID</i>, void* <i>data</i>);
|
||||
</big></dt>
|
||||
<dd>The main function for the kernel.
|
||||
This will receive <i>data</i> from the boot loader.
|
||||
<br><br>
|
||||
<b>Params:</b><br>
|
||||
<table><tr><td>int <i>bootLoaderID</i></td>
|
||||
<td>the unique identifier for a boot loader.</td></tr>
|
||||
<tr><td>void* <i>data</i></td>
|
||||
<td>a structure given by the boot loader.</td></tr>
|
||||
</table><br>
|
||||
|
||||
</dd>
|
||||
<dt><big>void <u>apEntry</u>();
|
||||
</big></dt>
|
||||
<dd>The entry point for a secondary core.<br><br>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<hr><small>Page generated by <a href="http://www.digitalmars.com/d/1.0/ddoc.html">Ddoc</a>. </small>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user