5 unstable releases
new 0.10.1 | Dec 9, 2024 |
---|---|
0.10.0 | Dec 2, 2024 |
0.9.4 | Oct 25, 2024 |
0.9.3 | Oct 16, 2024 |
0.1.0 | Jul 1, 2024 |
#410 in Unix APIs
307 downloads per month
Used in 3 crates
(2 directly)
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.