Asuro/doc/multiboot.multiboot_info_t.html

308 lines
14 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Asuro: multiboot: Packed Record multiboot_info_t</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="PasDoc 0.15.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="tipuesearch/tipuesearch.css">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<table class="container"><tr><td class="navigation">
<h2>Asuro</h2><p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p><p><a href="GVUses.png" class="navigation">Unit dependency graph</a></p><form class="search-form" action="_tipue_results.html"><div class="search-input"><input type="text" name="q" id="tipue_search_input"></div><div class="search-button"><input type="button" id="tipue_search_button" onclick="this.form.submit();"></div></form>
<div style="clear: both"></div>
<script type="text/javascript">
$(document).ready(function() {
$('#tipue_search_input').tipuesearch({
/* 10 items to display seems standard */
'show': 10,
/* For PasDoc docs, showing urls is not very useful,
since the page title already shows the unit and identifier. */
'showURL': false
});
});
</script>
</td><td class="content">
<span id="multiboot_info_t"></span><h1 class="cio">Packed Record multiboot_info_t</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Hierarchy</div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section">Methods</div><div class="one_section">Properties</div></div>
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="multiboot.html">multiboot</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type multiboot_info_t = packed record</code></p>
<h2 class="description">Description</h2>
&nbsp;<h2 class="overview">Overview</h2>
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#flags">flags</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#mem_lower">mem_lower</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#mem_upper">mem_upper</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#boot_device">boot_device</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#cmdline">cmdline</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#mods_count">mods_count</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#mods_addr">mods_addr</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#elf_sec">elf_sec</a></b>: <a href="multiboot.elf_section_header_table_t.html">elf_section_header_table_t</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#mmap_length">mmap_length</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#mmap_addr">mmap_addr</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#drives_legnth">drives_legnth</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#drives_addr">drives_addr</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#config_table">config_table</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#boot_loader_name">boot_loader_name</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#apm_table">apm_table</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#vbe_control_info">vbe_control_info</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#vbe_mode_info">vbe_mode_info</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#vbe_mode">vbe_mode</a></b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#vbe_interface_seg">vbe_interface_seg</a></b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#vbe_interface_off">vbe_interface_off</a></b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#vbe_interface_len">vbe_interface_len</a></b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#framebuffer_addr">framebuffer_addr</a></b>: <a href="system.html#uInt64">uint64</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#framebuffer_pitch">framebuffer_pitch</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#framebuffer_width">framebuffer_width</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#framebuffer_height">framebuffer_height</a></b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><b><a href="multiboot.multiboot_info_t.html#framebuffer_bpp">framebuffer_bpp</a></b>: <a href="system.html#uInt8">uint8</a>;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Fields</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="flags"></span><code><b>flags</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="mem_lower"></span><code><b>mem_lower</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="mem_upper"></span><code><b>mem_upper</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="boot_device"></span><code><b>boot_device</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="cmdline"></span><code><b>cmdline</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="mods_count"></span><code><b>mods_count</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="mods_addr"></span><code><b>mods_addr</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="elf_sec"></span><code><b>elf_sec</b>: <a href="multiboot.elf_section_header_table_t.html">elf_section_header_table_t</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="mmap_length"></span><code><b>mmap_length</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="mmap_addr"></span><code><b>mmap_addr</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="drives_legnth"></span><code><b>drives_legnth</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="drives_addr"></span><code><b>drives_addr</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="config_table"></span><code><b>config_table</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="boot_loader_name"></span><code><b>boot_loader_name</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="apm_table"></span><code><b>apm_table</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="vbe_control_info"></span><code><b>vbe_control_info</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="vbe_mode_info"></span><code><b>vbe_mode_info</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="vbe_mode"></span><code><b>vbe_mode</b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="vbe_interface_seg"></span><code><b>vbe_interface_seg</b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="vbe_interface_off"></span><code><b>vbe_interface_off</b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="vbe_interface_len"></span><code><b>vbe_interface_len</b>: <a href="system.html#uInt16">uint16</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="framebuffer_addr"></span><code><b>framebuffer_addr</b>: <a href="system.html#uInt64">uint64</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="framebuffer_pitch"></span><code><b>framebuffer_pitch</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="framebuffer_width"></span><code><b>framebuffer_width</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="framebuffer_height"></span><code><b>framebuffer_height</b>: <a href="system.html#uInt32">uint32</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="framebuffer_bpp"></span><code><b>framebuffer_bpp</b>: <a href="system.html#uInt8">uint8</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://github.com/pasdoc/pasdoc/wiki">PasDoc 0.15.0</a>. </em>
</span>
</td></tr></table></body></html>