# Redox OS ## Docs - [System Components](https://mintlify.wiki/redox-os/redox/architecture/components.md): Exploring the major components that make up Redox OS - [Microkernel Design](https://mintlify.wiki/redox-os/redox/architecture/microkernel.md): Understanding Redox's microkernel architecture and its advantages - [Architecture Overview](https://mintlify.wiki/redox-os/redox/architecture/overview.md): Understanding the core architecture and design principles of Redox OS - [Scheme System](https://mintlify.wiki/redox-os/redox/architecture/schemes.md): Understanding Redox's everything-is-a-URL design philosophy - [Build Configuration](https://mintlify.wiki/redox-os/redox/build-system/configuration.md): Complete guide to configuring the Redox OS build system - [Native Build Guide](https://mintlify.wiki/redox-os/redox/build-system/native-build.md): Guide to building Redox OS directly on your host system without containers - [Build System Overview](https://mintlify.wiki/redox-os/redox/build-system/overview.md): Comprehensive overview of the Redox OS build system architecture and components - [Podman Build Guide](https://mintlify.wiki/redox-os/redox/build-system/podman-build.md): Complete guide to building Redox OS using Podman containers - [Recipe System Guide](https://mintlify.wiki/redox-os/redox/build-system/recipes.md): Complete guide to the Redox OS recipe and package management system - [Device Drivers](https://mintlify.wiki/redox-os/redox/components/drivers.md): Hardware drivers for Redox OS - [Ion Shell](https://mintlify.wiki/redox-os/redox/components/ion-shell.md): The default shell for Redox OS - [Kernel](https://mintlify.wiki/redox-os/redox/components/kernel.md): The Redox microkernel written in Rust - [Orbital](https://mintlify.wiki/redox-os/redox/components/orbital.md): The display server and window manager for Redox OS - [RedoxFS](https://mintlify.wiki/redox-os/redox/components/redoxfs.md): The default filesystem for Redox OS - [relibc](https://mintlify.wiki/redox-os/redox/components/relibc.md): Redox's C standard library written in Rust - [Contributing to Redox](https://mintlify.wiki/redox-os/redox/development/contributing.md): Guidelines and requirements for contributing to the Redox OS project - [Debugging Guide](https://mintlify.wiki/redox-os/redox/development/debugging.md): Tools and techniques for debugging Redox OS - [Testing Guide](https://mintlify.wiki/redox-os/redox/development/testing.md): Testing procedures and CI configuration for Redox OS - [Development Workflow](https://mintlify.wiki/redox-os/redox/development/workflow.md): Git workflow and development process for Redox OS - [Hardware Compatibility](https://mintlify.wiki/redox-os/redox/hardware/compatibility.md): Hardware compatibility status and testing reports for Redox OS - [Running on Real Hardware](https://mintlify.wiki/redox-os/redox/hardware/real-hardware.md): Guide to installing and running Redox OS on physical hardware - [System Requirements](https://mintlify.wiki/redox-os/redox/hardware/requirements.md): Minimum and recommended system requirements for running Redox OS - [Running in Virtual Machines](https://mintlify.wiki/redox-os/redox/hardware/virtual-machines.md): Guide to running Redox OS in QEMU and VirtualBox virtual machines - [Installation Guide](https://mintlify.wiki/redox-os/redox/installation.md): Complete installation instructions for building Redox OS with Podman or native toolchains - [Introduction to Redox OS](https://mintlify.wiki/redox-os/redox/introduction.md): A Unix-like microkernel operating system written in Rust, focusing on safety, reliability, and correctness. - [Quick Start](https://mintlify.wiki/redox-os/redox/quickstart.md): Get started building Redox OS in minutes - [Community and Support](https://mintlify.wiki/redox-os/redox/reference/community.md): How to connect with the Redox OS community and get help - [Configuration Options Reference](https://mintlify.wiki/redox-os/redox/reference/configuration-options.md): Complete reference for all build system configuration variables and filesystem configuration files - [Cookbook System Reference](https://mintlify.wiki/redox-os/redox/reference/cookbook.md): Deep dive into the Redox OS Cookbook build system architecture and internals - [FAQ](https://mintlify.wiki/redox-os/redox/reference/faq.md): Frequently asked questions about Redox OS - [Make Commands Reference](https://mintlify.wiki/redox-os/redox/reference/make-commands.md): Complete reference for all Makefile targets in the Redox OS build system - [Application Porting Guide](https://mintlify.wiki/redox-os/redox/reference/porting-applications.md): Learn how to port applications to Redox OS using the Cookbook recipe system - [Recipe Format Reference](https://mintlify.wiki/redox-os/redox/reference/recipe-format.md): Complete specification of the recipe.toml format for Redox OS packages - [Repo Tool Reference](https://mintlify.wiki/redox-os/redox/reference/repo-tool.md): Complete reference for the repo command-line tool used to manage Redox OS recipes - [Troubleshooting](https://mintlify.wiki/redox-os/redox/reference/troubleshooting.md): Common issues and solutions for building and running Redox OS