A new open-source project has put a fresh twist on Linus Torvalds' recent remarks about forking Linux. After the Linux creator suggested that unhappy critics were free to make their own fork, a developer responded by rebuilding a very early version of the operating system: Linux 0.11, this time in Rust.
The project is described not as a typical branch of the current Linux kernel, but as a full reimplementation of an older release. That makes it closer to a rewrite than a conventional fork, focusing on one of Linux's earliest historical versions rather than the modern codebase used on servers, PCs, and embedded devices today.
Its use of Rust is also notable. The programming language has become a major topic in systems software, especially in discussions about memory safety and low-level development. Re-creating Linux 0.11 in Rust connects that debate with Linux history, turning a headline-grabbing comment into a technical experiment.
While this effort does not appear to be an alternative to today's Linux kernel, it highlights how open-source culture can quickly turn online arguments into working code. In this case, a challenge to fork Linux has resulted in a Rust-based revisit of the project's earliest days.