Skip to content

Firas88Alkhatib/Hexand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexand

Minimal Operating System Kernel written in Rust.

Usage

  1. Download and install QEMU
  2. Download and install Rust
  3. Install Rust nightly: rustup install nightly
  4. Set Rust Nightly as the default compiler for Hexand Project by navigating to Hexand directory and run: rustup override set nightly
  5. Add Rust llvm tools component: rustup component add llvm-tools-preview
  6. Finally run: cargo run

This project is inspired by Philipp Oppermann and his tutorial about writing an operating system using Rust https://os.phil-opp.com .

About

Operating system written in pure Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages