w568w / rust-os-toddler

A simple OS, powered by Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust OS

A simple operating system in Rust.

Note: NOT a complete kernel, currently only a toy OS for learning and entertainment purposes, with no curial features.

Features

  • support print!() & println!()

Compile

  1. Change the QEMU directory to your own in image_builder/src/main.rs.

  2. With Rust nightly enabled, execute this command to build and run the OS in the emulator:

    $ cargo xrun

About

A simple OS, powered by Rust.


Languages

Language:Rust 100.0%