File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ Currently we are hosting the following projects:
16
16
- [ ` endian-num ` ] ( https://github.com/rust-osdev/endian-num ) : Byte-order-aware numeric types.
17
17
- [ ` fuse-abi ` ] ( https://github.com/rust-osdev/fuse-abi ) : FUSE device bindings.
18
18
- [ ` ieee1275-rs ` ] ( https://github.com/rust-osdev/ieee1275-rs ) : IEEE-1275/OpenFirmware Rust environment.
19
- - [ ` multiboot2 ` ] ( https://github.com/rust-osdev/multiboot2 ) : Allows parsing the boot information of the Multiboot2 standard for ELF64 kernels.
19
+ - [ ` multiboot2 ` ] ( https://github.com/rust-osdev/multiboot2 ) :
20
+ - ` multiboot2 ` : Allows parsing and constructing the boot information of the Multiboot2 standard.
21
+ - ` multiboot2-common ` : Common abstractions for the project.
22
+ - ` multiboot2-header ` : Allows parsing and constructing headers following the Multiboot2 standard.
20
23
- [ ` ovmf-prebuilt ` ] ( https://github.com/rust-osdev/ovmf-prebuilt ) : Prebuilt binaries of EDK2 firmware.
21
24
- [ ` pci_types ` ] ( https://github.com/rust-osdev/pci_types ) : Library providing types for handling PCI/PCIe enumeration and configuration.
22
25
- [ ` pic8259 ` ] ( https://github.com/rust-osdev/pic8259 ) : Abstractions for 8259 and 8259A Programmable Interrupt Controllers (PICs).
You can’t perform that action at this time.
0 commit comments