TacOS: A From-Scratch OS Running DOOM
A developer has released TacOS, an open-source operating system with a kernel written in C and assembly. This UNIX-like kernel boasts features including a VFS, scheduler, TempFS, device drivers, context switching, virtual memory management, and physical page frame allocation. Remarkably, it can run DOOM and other smaller user-space programs. It's been tested on real hardware and in QEMU. While still a work in progress with known bugs, TacOS is a fascinating hobby project.
Read more