Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 755 Bytes

File metadata and controls

15 lines (9 loc) · 755 Bytes

altos-rust

The AltOS-Rust project is a small operating system written using the Rust programming language, intended to match some of the core functionality of the AltOS operating system. This repository contains the source code and documentation for the operating system.

https://github.com/AltOS-Rust/altos-rust

The Project

The operating system provides functionality for creating and running tasks, scheduling tasks, synchronization, and clock initialization.

You are free to copy, modify, and distribute altos-rust under the terms of the GPL v3 license. See the LICENSE file for details.

Project Setup

To utilize the operating system, follow the instructions detailed under the rust-toolchain directory.

You will need Rust nightly 1.16.0