An educational OS implemented in exactly 1,000 lines of C code, revealing essential kernel design and tradeoffs. A hands-on learning tool for OS fundamentals.
Kovan is a Rust library offering wait-free memory reclamation for lock-free data structures using 128-bit atomics, achieving 2.79ns pin overhead — faster than crossbeam-epoch and others.