Skip to content

rust-osdev/about

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

About this Organization

The goal of this organization is to host and maintain all kinds of tools and libraries useful for operating system development in Rust. The organization's home page is https://rust-osdev.com, where This Month in Rust OSDev is published.

If you're interested in Rust and OS development, please join us on Zulip!

Note that we are not an official Rust organization.

Projects

Currently we are hosting the following projects:

  • acpi: Rust library for parsing ACPI tables and AML.
  • ansi_rgb: Colorful console text using ANSI escape sequences.
  • bootimage: A tool to transform a kernel ELF file into a bootable disk image.
  • bootloader: An experimental, pure-Rust, legacy bootloader.
  • ieee1275-rs: IEEE-1275/OpenFirmware Rust environment.
  • multiboot2: Allows parsing the boot information of the Multiboot2 standard for ELF64 kernels.
  • ovmf-prebuilt: Prebuilt binaries of EDK2 firmware.
  • pci_types: Library providing types for handling PCI/PCIe enumeration and configuration.
  • pic8259: Abstractions for 8259 and 8259A Programmable Interrupt Controllers (PICs).
  • ps2-mouse: Library to manage a PS/2 mouse.
  • spinning_top: A simple spinlock crate.
  • uart_16550: Minimal library for uart_16550 serial output.
  • ucs2-rs: UCS2 conversion utilities.
  • uefi-rs: Rust library for interacting with UEFI firmware.
  • usb: Utilities for working with USB devices.
  • vga: Library to program VGA hardware.
  • volatile: Provides volatile wrapper types for raw pointers.
  • x86_64: Provides general abstractions for x86_64 systems and access to architecture specific instructions and registers.
  • xhci: Library providing xHCI types.

Contributing

Contributions are more than welcome! If you have any suggestions, ideas, or projects you would like to host under this organization, don't hesitate to contact us!

Releases

No releases published

Packages

No packages published