Skip to content

AlexJMohr/rskernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86_64 Kernel Project

Licence

GPL 3.0 or any later version

Install dependencies

rustup component add llvm-tools-preview rust-src
cargo install bootimage

Run with QEMU

cargo run

Progress

Following this guide: https://os.phil-opp.com/

Bare Bones

  • A Freestanding Rust Binary
  • A Minimal Rust Kernel
  • VGA Text Mode
  • Testing

Interrupts

  • CPU Exceptions
  • Double Faults
  • Hardware Interrupts

Memory Management

  • Introduction to Paging
  • Paging Implementation
  • Heap Allocation
  • Allocator Designs

Multitasking

  • Async/Await

After that:

  • Multiboot2 header
  • UEFI

About

x86_64 kernel project written in rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages