![]() |
Max OS 0.3
|
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. | |
A tag containing information about a loaded module.
Definition at line 253 of file multiboot.h.
| char multiboot_tag_module::cmdline[0] |
The args passed to the module.
Definition at line 258 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_module::mod_end |
The ending address of the module.
Definition at line 257 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_module::mod_start |
The starting address of the module.
Definition at line 256 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_module::size |
*copydoc multiboot_tag::size
Definition at line 255 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_module::type |
*copydoc multiboot_tag::type
Definition at line 254 of file multiboot.h.