1- # Multiboot2: MBI + Header
1+ # Rusty Wrappers for Multiboot2
22
3- This repository contains the crates ` multiboot2 ` and ` multiboot2-header ` .
4- Please check their individual README-files ([ multiboot2] ( multiboot2/README.md ) ,
5- [ multiboot2-header] ( multiboot2-header/README.md ) ).
3+ ## Repository Overview
64
7- The ` multiboot2 ` crate helps to parse the Multiboot2 information structure
8- (MBI) and is relevant in kernels, that get booted by a bootloader such as
9- GRUB, for example. ` multiboot2-header ` helps you to either build
10- Multiboot2-headers yourself, or to parse Multiboot2 headers in custom bootloader
11- or similar applications.
5+ - [ ` multiboot2 ` ] ( ./multiboot2/README.md )
6+ - [ ` multiboot2-header ` ] ( ./multiboot2-header/README.md )
7+ - [ ` multiboot2-common ` ] ( ./multiboot2-common/README.md )
128
139## License
1410
@@ -22,6 +18,6 @@ at your option.
2218
2319### Contribution
2420
25- Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
26- work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
27- additional terms or conditions.
21+ Unless you explicitly state otherwise, any contribution intentionally submitted
22+ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
23+ dual licensed as above, without any additional terms or conditions.
0 commit comments