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

A tag containing a null-terminated string. More...

#include <multiboot.h>

Public Attributes

multiboot_uint32_t type
 *copydoc multiboot_tag::type
 
multiboot_uint32_t size
 *copydoc multiboot_tag::size
 
char string [0]
 The string.
 

Detailed Description

A tag containing a null-terminated string.

Definition at line 243 of file multiboot.h.

Member Data Documentation

◆ size

multiboot_uint32_t multiboot_tag_string::size

*copydoc multiboot_tag::size

Definition at line 245 of file multiboot.h.

◆ string

char multiboot_tag_string::string[0]

The string.

Definition at line 246 of file multiboot.h.

Referenced by MaxOS::system::Multiboot::Multiboot().

◆ type

multiboot_uint32_t multiboot_tag_string::type

*copydoc multiboot_tag::type

Definition at line 244 of file multiboot.h.


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