TinySys
- 1 Devlogs
- 2 Total hours
A micro-kernel implementation to learn about how kernels like Linux work.
A micro-kernel implementation to learn about how kernels like Linux work.
I managed to get the Zig EFI app code to boot inside of QEMU and also set up a convenient build.zig script so that I only have to execute zig build run which does all of the intermediate steps for me.
The build script took most of the time, because I was not yet familiar with the Zig build system at all.