build-your-own-x-in-rust
build-your-own-x-in-rust copied to clipboard
Create section for explanation articles
Sometimes there are good explanations about underlying structure of some complicated programs, but at the same time those articles aren't detailed step-by-step tutorials how-to-build-x. I think it would be nice to collect them too
As an example, here author explains his path through writing x86 bootloader
Another example is Resea. It's a microkernel-based operating system written from scratch. Author explains some underlying concepts and design solutions.
Good intro and explanation of underlying structure, but article in general is about how to use fst library link