limine 0.6.3

Rust interface for the Limine boot protocol
Documentation
1
2
3
4
5
// Copyright © 2026, Julian Scheffers
// SPDX-License-Identifier: MIT OR Apache-2.0

/// Executable entrypoint function signature.
pub type EntryPoint = unsafe extern "C" fn() -> !;