💾 Archived View for sherwood.at › projects › rpiOs.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

rpi os

This project is me making a 'bare metal' os for the raspberry PI 3 b+

why?

I had a spare raspberry pi laying around for a while. And after the phone project and the ZX Spectrum fell trough I wanted something already in my hands, that had decent documentation (Or at least were like 10000x more populair).

w39

Started the project log. My goal with this is to create something that can grow with my knowledge of the rpi3.

I've already found both the cpu and the pheripheral documentation of the cpu. This should enable me to write some assembly programs. And use those with glue code writted in zig.

After the frustrating failure of the phoneOS project I'm taking my time to properly gather all the documentation, and come up with an approach before I go wild trying to write code for it.