Skip to content

Instantly share code, notes, and snippets.

View wabbajack1's full-sized avatar
🏠
Working from home

wabbajack, Erekmen. wabbajack1

🏠
Working from home
  • Germany
  • 10:23 (UTC -12:00)
View GitHub Profile
@cb372
cb372 / riscv.md
Last active April 9, 2025 19:53
Writing an OS in Rust to run on RISC-V

(This is a translation of the original article in Japanese by moratorium08.)

(UPDATE (22/3/2019): Added some corrections provided by the original author.)

Writing your own OS to run on a handmade CPU is a pretty ambitious project, but I've managed to get it working pretty well so I'm going to write some notes about how I did it.