Skip to content

priority3/rust-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-os

inspired by os tutorial.

Step

BARE BONES:

  • A Freestanding Rust Binary
  • A Minimal Rust Kernel
  • VGA Text Mode INTERRUPTS:
  • CPU Exceptions
  • Double Faults
  • Hardware Interrupts

MEMORY MANAGEMENT:

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

MULTITASKING:

  • Async/Await

About

learning os

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages