Files
xomb-docs/kernel/system/info.html
2013-03-14 01:31:54 -04:00

60 lines
1.6 KiB
HTML

<html><head>
<META http-equiv="content-type" content="text/html; charset=utf-8">
<title>kernel.system.info</title>
</head><body>
<h1>kernel.system.info</h1>
<!-- Generated by Ddoc from ../kernel/system/info.d -->
<br><br>
<dl><dt><big>struct <u>System</u>;
</big></dt>
<dd>This structure holds information about the system.<br><br>
<dl><dt><big>static Memory <u>memory</u>;
</big></dt>
<dd>The information about RAM.<br><br>
</dd>
<dt><big>static Region <u>kernel</u>;
</big></dt>
<dd>This region is specifically the <u>kernel</u> memory.<br><br>
</dd>
<dt><big>static uint <u>numRegions</u>;
</big></dt>
<dd>Information about specific memory regions.<br><br>
</dd>
<dt><big>static uint <u>numModules</u>;
</big></dt>
<dd>Information about modules that have been loaded
during the boot process.<br><br>
</dd>
<dt><big>static uint <u>numDisks</u>;
</big></dt>
<dd>Information about disks available to the system.<br><br>
</dd>
<dt><big>static uint <u>numProcessors</u>;
</big></dt>
<dd>Information about each processor available.<br><br>
</dd>
<dt><big>static uint <u>numDevices</u>;
</big></dt>
<dd>Information about generic devices available on the system.<br><br>
</dd>
<dt><big>static char[128LU] <u>cmdlineStorage</u>;
</big></dt>
<dd>Information about how the kernel was invoked by the bootloader.
This generally contains command line arguments from GRUB, for instance.<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>