Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 360 Bytes

File metadata and controls

11 lines (9 loc) · 360 Bytes

Raspberry pi Operating System in Rust

Raspberry pi bare metal project for learning Rust

Follows Operating System design guide: https://grasslab.github.io/NYCU_Operating_System_Capstone

Implemented:

  • Booting
  • Uart
  • marco Println! based on Uart
  • Buddy System
  • Dynamic Allocator based on Slab