1 unstable release

0.1.0 Jul 1, 2024

#383 in Unix APIs

Download history 183/week @ 2024-06-30 11/week @ 2024-07-07 84/week @ 2024-07-14 187/week @ 2024-07-21 153/week @ 2024-07-28 87/week @ 2024-08-04 71/week @ 2024-08-11 52/week @ 2024-08-18 79/week @ 2024-08-25 40/week @ 2024-09-01 51/week @ 2024-09-08

230 downloads per month
Used in 3 crates (2 directly)

MPL-2.0 license

14KB
288 lines

The definition of Linux Boot Protocol boot_params struct.

The bootloader will deliver the address of the BootParams struct as the argument of the kernel entrypoint. So we must define a Linux ABI compatible struct in Rust, despite that most of the fields are currently not needed by Asterinas.

No runtime deps