Skip to main content

Crate limine

Crate limine 

Source

Modules§

entrypoint
file
firmware
framebuffer
memmap
module
mp
paging
request
uuid

Structs§

BaseRevision
Request that Limine uses a certain base revision. If omitted, 0 is used. A conformant kernel should test that either BaseRevision::is_supported is true, or BaseRevision::actual_revision() specifies a revision supported by the kernel.
RequestsEndMarker
Requests end marker; the bootloader must ignore requests after this marker.
RequestsStartMarker
Requests start marker; the bootloader must ignore requests before this marker.

Constants§

COMMON_MAGIC
Common magic for requests.