Skip to content

A OS built from scratch using rust to learn about different OS concepts

Notifications You must be signed in to change notification settings

somesh-banerjee/turiya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turiya OS

A simple operating system written in Rust. This is a learning project to understand how operating systems work.

Most of the code is based on the Writing an OS in Rust blog series by Philipp Oppermann.

Topics Covered

  • Booting
  • VGA Text Mode
  • Serial Port
  • CPU Exceptions
  • Interrupts
  • Keyboard Input
  • Paging
  • Heap Allocator designs

Setup

  1. Follow the libraries version in the Cargo.toml file.
  2. Install the bootimage tool by running cargo install bootimage.
  3. Use nightly Rust for experimental features.
  4. Instal qemu for testing the OS.

About

A OS built from scratch using rust to learn about different OS concepts

Topics

Resources

Stars

Watchers

Forks

Languages