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

A tag containing information about the device the OS image was loaded from. 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 biosdev
 The BIOS disk device the OS image was loaded from.
 
multiboot_uint32_t slice
 The slice number of the disk device.
 
multiboot_uint32_t part
 The partition number of the disk device.
 

Detailed Description

A tag containing information about the device the OS image was loaded from.

Definition at line 276 of file multiboot.h.

Member Data Documentation

◆ biosdev

multiboot_uint32_t multiboot_tag_bootdev::biosdev

The BIOS disk device the OS image was loaded from.

Definition at line 279 of file multiboot.h.

◆ part

multiboot_uint32_t multiboot_tag_bootdev::part

The partition number of the disk device.

Definition at line 281 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_tag_bootdev::size

*copydoc multiboot_tag::size

Definition at line 278 of file multiboot.h.

◆ slice

multiboot_uint32_t multiboot_tag_bootdev::slice

The slice number of the disk device.

Definition at line 280 of file multiboot.h.

◆ type

multiboot_uint32_t multiboot_tag_bootdev::type

*copydoc multiboot_tag::type

Definition at line 277 of file multiboot.h.


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