Skip to content

desheffer/pimento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌶️ Pimento

These are my experiments building an operating system in Rust that runs on a Raspberry Pi 3 Model B.

🏃 Quick start

You will need to install Nix before proceeding.

Start the Nix development shell:

nix develop

Build the kernel image and run it with QEMU:

cd cli
cargo make
cd ..

cd kernel
cargo make qemu

⚙️ Running on real hardware

This code is designed to run on real hardware using a tool like Pi Boot Chain. Alternatively, it can be installed on an SD card containing the Raspberry Pi firmware.

📚 Resources

This project has been heavily guided by the following resources:

About

Experiments in building an operating system for Raspberry Pi 3

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages