#deprecated #structures #parser #tags #stivale2 #qloader2 #tomatboot

deprecated nightly no-std stivale

[DEPRECATED] A crate for parsing qloader2 and tomatboot's stivale2 structures

4 releases

0.2.2 Sep 20, 2021
0.2.1 Aug 22, 2020
0.2.0 Aug 22, 2020
0.1.0 Jul 21, 2020

#229 in #deprecated

MIT/Apache

19KB
424 lines

DEPRECATED

You are probably looking for stivale-boot, a more up-to-date and maintained crate

Stivale.rs

Crates.io Docs.rs License

A crate for parsing qloader2 and tomatboot's stivale2 structures


lib.rs:

A crate for parsing qloader2 and tomatboot's stivale2 structures

The header module contains a header struct and tags for letting a bootloader know that a kernel is stivale2 compliant

StivaleStructure is loaded with load, with an address that's passed in RDI on x86_64 (the first function parameter on an extern "C" fn)

Dependencies

~89KB