SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.15k stars 3.4k forks source link

Rewritten Book for Architecture RISC-V #170

Open carlosdelfino opened 3 years ago

carlosdelfino commented 3 years ago

It would be very interesting that this book was rewritten for the RISC-V architecture, it has grown and widespread used in technology courses, in addition to being easily used with small FPGA.

I am already building my own processor, although my focus at the moment is a microcontroller, once I reach my goal, I will move on to a new phase which is to build a slightly more advanced processor that can be used by an operating system.