Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 382 Bytes

redox

Small X86 operating system written in Rust, just for fun

This is my work following along with a @phil-opp's blog post series "A minimal x86 kernel"

Linux dependencies

  • nasm: assembler
  • grub: creates the bootable iso
  • xorriso: required by grub, filesystem manipulator
  • QEMU: x86 computer emulator
  • Nightly Rust compiler installed (see multirust package for example)