Max OS 0.3
Loading...
Searching...
No Matches
multiboot_tag_module Struct Reference

A tag containing information about a loaded module. More...

#include <multiboot.h>

Public Attributes

multiboot_uint32_t type
 *copydoc multiboot_tag::type
 
multiboot_uint32_t size
 *copydoc multiboot_tag::size
 
multiboot_uint32_t mod_start
 The starting address of the module.
 
multiboot_uint32_t mod_end
 The ending address of the module.
 
char cmdline [0]
 The args passed to the module.
 

Detailed Description

A tag containing information about a loaded module.

Definition at line 253 of file multiboot.h.

Member Data Documentation

◆ cmdline

char multiboot_tag_module::cmdline[0]

The args passed to the module.

Definition at line 258 of file multiboot.h.

◆ mod_end

multiboot_uint32_t multiboot_tag_module::mod_end

The ending address of the module.

Definition at line 257 of file multiboot.h.

◆ mod_start

multiboot_uint32_t multiboot_tag_module::mod_start

The starting address of the module.

Definition at line 256 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_tag_module::size

*copydoc multiboot_tag::size

Definition at line 255 of file multiboot.h.

◆ type

multiboot_uint32_t multiboot_tag_module::type

*copydoc multiboot_tag::type

Definition at line 254 of file multiboot.h.


The documentation for this struct was generated from the following file: