Category: Uncategorized

  • README

    TAIL OS Real Time OS written in RUST TAIL OS is a microkernel-based real-time operating system written in Rust and designed for embedded systems. Quick Start Install QEMU: sudo apt-get install -y qemu-system-aarch64 qemu-utils Download TAIL OS & Disk images: wget https://tail-os.com/wp-content/uploads/2025/09/tail.rfs wget https://tail-os.com/wp-content/uploads/2025/09/tail_disk.img Run TAIL OS: qemu-system-aarch64 -M raspi3b -kernel tail.rfs -serial stdio -drive Read more

  • Getting Started with TAIL OS Welcome to TAIL OS! This guide will help you download, build, run, and develop applications for TAIL OS. Table of Contents Prerequisites Download and Setup Building TAIL OS Running TAIL OS Developing Applications Troubleshooting Prerequisites System Requirements Operating System: Ubuntu 24.04 or higher Architecture: x86_64 host system Memory: At least Read more

  • get_started

    Getting Started with TAIL OS Welcome to TAIL OS! This guide will help you download, build, run, and develop applications for TAIL OS. Table of Contents Prerequisites Download and Setup Building TAIL OS Running TAIL OS Developing Applications Troubleshooting Prerequisites System Requirements Operating System: Linux (Ubuntu/Debian recommended) Architecture: x86_64 host system Memory: At least 4GB Read more

  • kernel_overview

    TAIL OS Kernel Overview Table of Contents Introduction Kernel Architecture Core Components Memory Management Process and Thread Management Scheduling Inter-Process Communication (IPC) Kernel Calls Exception Handling System Clock File System Initialization Sequence Design Principles Introduction TAIL OS is a user-friendly real-time operating system designed for safety and robotics applications. The kernel is implemented in Rust Read more

  • TAIL OS v0.2 released

    Read more

  • SD Card Driver has been implemented

    The driver will be integrated into TAIL v0.2. Read more

  • TAIL v0.1 is released

    Read more

  • TAIL OS website is created

    Welcome to TAIL OS website! Read more