![]() |
Max OS 0.3
|
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. | |
A tag containing information about the Advanced Power Management (APM) BIOS.
Definition at line 392 of file multiboot.h.
| multiboot_uint16_t multiboot_tag_apm::cseg |
The code segment.
Definition at line 396 of file multiboot.h.
| multiboot_uint16_t multiboot_tag_apm::cseg_16 |
The 16-bit code segment.
Definition at line 398 of file multiboot.h.
| 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.
| multiboot_uint16_t multiboot_tag_apm::cseg_len |
The length of the code segment.
Definition at line 401 of file multiboot.h.
| multiboot_uint16_t multiboot_tag_apm::dseg |
The data segment.
Definition at line 399 of file multiboot.h.
| multiboot_uint16_t multiboot_tag_apm::dseg_len |
The length of the data segment.
Definition at line 403 of file multiboot.h.
| multiboot_uint16_t multiboot_tag_apm::flags |
The flags.
Definition at line 400 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_apm::offset |
The offset.
Definition at line 397 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_apm::size |
*copydoc multiboot_tag::size
Definition at line 394 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_apm::type |
*copydoc multiboot_tag::type
Definition at line 393 of file multiboot.h.
| multiboot_uint16_t multiboot_tag_apm::version |
The APM version.
Definition at line 395 of file multiboot.h.