Building an OS from Scratch: The Road Beyond Hello World
We built AlkOS, a monolithic x86-64 operating system kernel in C++, and got Doom running in its userspace. This series turns that work into a practical map: what to build, why each piece exists, how the pieces depend on each other, and where beginners usually lose the thread.