Rust OSDev

Results 19 repositories owned by Rust OSDev

uefi-rs

1.2k
Stars
153
Forks
Watchers

Rust wrapper for UEFI.

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

about

130
Stars
3
Forks
Watchers

About this organization

bootloader

1.2k
Stars
196
Forks
Watchers

An experimental pure-Rust x86 bootloader

linked-list-allocator

207
Stars
53
Forks
Watchers

x86_64

713
Stars
125
Forks
Watchers

Library to program x86_64 hardware.

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...