mirror of
https://github.com/xomboverlord/xomb-docs.git
synced 2026-01-11 10:16:38 +01:00
30 lines
937 B
HTML
30 lines
937 B
HTML
<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>
|