Speedrunning a CPU: RISC-V in a Week
daymare.net·3h·
Flag this post

Nov 16 | by me 13 min. read

I made a RISC-V Emulator that runs at 550 million instructions per second from scratch in one week. Here’s how it went.

So, here’s the thing. After the Voxel Engine in a Weekend project, I was looking for a new challenge. That’s when I thought, huh, why not make an OS? And a compiler running in that OS, and also a browser, a neovim clone inside that OS, and while we’re at it GTA 6 as well.

But of course I couldn’t just learn to make an OS, nah that’d be too easy. And I quote:

Why stop at an OS, why not make your own CPU that runs your own OS with your own language that compiles to it. 08/11/2025

I had to start from the CPU itself, otherwise how could I be proud of it. And I also had to do it …

Similar Posts

Loading similar posts...