Documentation

Documentation

Complete guide to understanding, building, and contributing to Twilight OS

Getting Started

Twilight OS is a lightweight operating system written in Rust, designed for learning and experimentation with operating system concepts. This guide will help you get started with building and running the OS.

Prerequisites

  • Rust toolchain (rustc, cargo)
  • QEMU emulator
  • Make build system
  • Git version control

Quick Start

# Clone the repository
git clone https://github.com/akashKarmakar02/twilight_os.git
cd twilight_os

# Build the OS
make build

# Run in QEMU
make run