9 unstable releases (3 breaking)

0.11.1 Dec 30, 2024
0.11.0 Dec 27, 2024
0.10.3 Dec 20, 2024
0.9.4 Oct 25, 2024
0.1.0 Jul 1, 2024

#327 in Unix APIs

Download history 108/week @ 2024-09-25 89/week @ 2024-10-02 31/week @ 2024-10-09 249/week @ 2024-10-16 232/week @ 2024-10-23 85/week @ 2024-10-30 47/week @ 2024-11-06 47/week @ 2024-11-13 36/week @ 2024-11-20 158/week @ 2024-11-27 212/week @ 2024-12-04 185/week @ 2024-12-11 218/week @ 2024-12-18 293/week @ 2024-12-25 48/week @ 2025-01-01 33/week @ 2025-01-08

680 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