3 unstable releases

0.9.4 Oct 25, 2024
0.9.3 Oct 16, 2024
0.1.0 Jul 1, 2024

#407 in Unix APIs

Download history 104/week @ 2024-07-15 182/week @ 2024-07-22 170/week @ 2024-07-29 58/week @ 2024-08-05 73/week @ 2024-08-12 72/week @ 2024-08-19 64/week @ 2024-08-26 29/week @ 2024-09-02 63/week @ 2024-09-09 60/week @ 2024-09-16 106/week @ 2024-09-23 123/week @ 2024-09-30 24/week @ 2024-10-07 249/week @ 2024-10-14 216/week @ 2024-10-21 100/week @ 2024-10-28

599 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