Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 257 Bytes

What's this?

A minimal operating system written in Rust for fun. The goal for this repository is developing an operating system equivalent of xv6.

  • process
  • locking
  • scheduling
  • file system

Build OS and boot it on QEMU

cargo run