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

A tag containing information about the Advanced Power Management (APM) BIOS. More...

#include <multiboot.h>

Public Attributes

multiboot_uint32_t type
 *copydoc multiboot_tag::type
 
multiboot_uint32_t size
 *copydoc multiboot_tag::size
 
multiboot_uint16_t version
 The APM version.
 
multiboot_uint16_t cseg
 The code segment.
 
multiboot_uint32_t offset
 The offset.
 
multiboot_uint16_t cseg_16
 The 16-bit code segment.
 
multiboot_uint16_t dseg
 The data segment.
 
multiboot_uint16_t flags
 The flags.
 
multiboot_uint16_t cseg_len
 The length of the code segment.
 
multiboot_uint16_t cseg_16_len
 The length of the 16-bit code segment.
 
multiboot_uint16_t dseg_len
 The length of the data segment.
 

Detailed Description

A tag containing information about the Advanced Power Management (APM) BIOS.

Definition at line 392 of file multiboot.h.

Member Data Documentation

◆ cseg

multiboot_uint16_t multiboot_tag_apm::cseg

The code segment.

Definition at line 396 of file multiboot.h.

◆ cseg_16

multiboot_uint16_t multiboot_tag_apm::cseg_16

The 16-bit code segment.

Definition at line 398 of file multiboot.h.

◆ cseg_16_len

multiboot_uint16_t multiboot_tag_apm::cseg_16_len

The length of the 16-bit code segment.

Definition at line 402 of file multiboot.h.

◆ cseg_len

multiboot_uint16_t multiboot_tag_apm::cseg_len

The length of the code segment.

Definition at line 401 of file multiboot.h.

◆ dseg

multiboot_uint16_t multiboot_tag_apm::dseg

The data segment.

Definition at line 399 of file multiboot.h.

◆ dseg_len

multiboot_uint16_t multiboot_tag_apm::dseg_len

The length of the data segment.

Definition at line 403 of file multiboot.h.

◆ flags

multiboot_uint16_t multiboot_tag_apm::flags

The flags.

Definition at line 400 of file multiboot.h.

◆ offset

multiboot_uint32_t multiboot_tag_apm::offset

The offset.

Definition at line 397 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_tag_apm::size

*copydoc multiboot_tag::size

Definition at line 394 of file multiboot.h.

◆ type

multiboot_uint32_t multiboot_tag_apm::type

*copydoc multiboot_tag::type

Definition at line 393 of file multiboot.h.

◆ version

multiboot_uint16_t multiboot_tag_apm::version

The APM version.

Definition at line 395 of file multiboot.h.


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