Rust OSDev
Results
19
repositories owned by
Rust OSDev
bootimage
707
Stars
67
Forks
Watchers
Tool to create bootable disk images from a Rust OS kernel.
acpi
198
Stars
58
Forks
Watchers
Rust library for parsing ACPI tables and interpreting AML
cargo-xbuild
256
Stars
25
Forks
Watchers
Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
multiboot2
99
Stars
53
Forks
Watchers
The multiboot2 crate helps to parse the Multiboot2 information structure (MBI) and is relevant in kernels, that get booted by a bootloader such as GRUB, for example. multiboot2-header helps you to eit...