Module stivale_rs::v2[][src]

Expand description

This module contains the definitions for stivale2 boot protocol.

This Documentation contains miminal information about the protocol and provides brief documentation for helper functions and methods.

For detailed documentation, Visit the official docs

Structs

The kernel executable shall have a section .stivale2hdr which will contain the header that the bootloader will parse. The following header should be initalized as static and should be linked as section .stivale2hdr

This tag reports to the kernel the command line string that was passed to it by the bootloader.

This tag provides the kernel with a pointer to the EFI system table if available.

This tag reports to the kernel the current UNIX epoch, as per RTC.

This tag reports to the kernel info about the firmware.

This tag provides the kernel with a pointer to a copy the raw executable file of the kernel that the bootloader loaded.

Enums

Constants