← Projects
A Minimal Operating System Kernel with Runtime Instruction Translation for Low-Cost RISC-V Microcontrollers
- parts
- 8
- reading time
- 44 min
- started
- Feb 2026
- last update
- Sep 2026
- #zig
- #programming
- #arm7tdmi
- #assembly
- #esp-idf
- #cmake
- #python
- #introduction
- #project-setup
- #coding
- #debugging
- #arm
- #qemu
- #gdb
- #project-configuration
- #dissertation
- #microkernel
- #risc-v
- #esp32-p4
- 01
- 02
- 03
- 04
- 05
- 06
Configuring Hardware: A Proper Start
Let's actually get some Zig code running on the ESP32-P4. How hard could it be...?
April 11, 2026 · 6 min read
- 07
Breaking Down The Build Pipeline
In this post, we'll be looking at how we're building our zig project for the esp32-p4.
April 17, 2026 · 3 min read
- 08
Restructuring (Again): From Side Project to Dissertation
The JIT is growing up. Here's how I'm restructuring the whole project around my university dissertation, and what to expect over the next few months.
September 10, 2026 · 10 min read