federicobaldini / operating-system

A small operating system with a micro kernel, a minimal graphic output and a CPU, memory, and async process management, using Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

operating-system

A small operating system with a micro kernel, a minimal graphic output and a CPU, memory, and async process management, using Rust.

Credit: https://os.phil-opp.com/

Requirements

To successful run this code, you need to have Rust and Cargo installed on your Machine.

For the instalation guide click here.

Getting started

Just clone the repo and use cargo to run the code as shown below

$ git clone https://github.com/federicobaldini/operating-system
$ cd operating-system
operating-system->$ cargo run 

About

A small operating system with a micro kernel, a minimal graphic output and a CPU, memory, and async process management, using Rust.


Languages

Language:Rust 100.0%