Hacker News new | ask | show | jobs
by WD-42 121 days ago
Here's one for Risc-V that's a little more fleshed out, also in Zig: https://github.com/Fingel/aeros-v/blob/main/src/kernel.zig
1 comments

That one actually looks more like a real kernel with services like memory management, syscalls, processes and context switching. Nice work.