|
@@ -1,11 +1,11 @@
|
|
-# multiboot2-elf64
|
|
|
|
-
|
|
|
|
|
|
+# multiboot2
|
|
|
|
+
|
|
[](https://crates.io/crates/multiboot2)
|
|
[](https://crates.io/crates/multiboot2)
|
|
[](https://docs.rs/multiboot2/)
|
|
[](https://docs.rs/multiboot2/)
|
|
|
|
|
|
-Library that helps you to parse the multiboot information structure (mbi) from
|
|
|
|
|
|
+Rust library that helps you to parse the multiboot information structure (mbi) from
|
|
Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the specification
|
|
Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the specification
|
|
-including full support for the sections of ELF-64. This library is `no_std` and can be
|
|
|
|
|
|
+including full support for the sections of ELF-64 files. This library is `no_std` and can be
|
|
used in a Multiboot2-kernel.
|
|
used in a Multiboot2-kernel.
|
|
|
|
|
|
It follows the Multiboot 2.0 specification at https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html and the ELF 64 specification at http://www.uclibc.org/docs/elf-64-gen.pdf.
|
|
It follows the Multiboot 2.0 specification at https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html and the ELF 64 specification at http://www.uclibc.org/docs/elf-64-gen.pdf.
|