3 unstable releases

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

#345 in Unix APIs

Download history 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 54/week @ 2024-09-08 66/week @ 2024-09-15 98/week @ 2024-09-22 124/week @ 2024-09-29 33/week @ 2024-10-06 228/week @ 2024-10-13 216/week @ 2024-10-20 110/week @ 2024-10-27 62/week @ 2024-11-03 39/week @ 2024-11-10

435 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