Posts
All the articles I've posted.
Theseus OS
Published: at 08:29 AMTheseus is a new OS written from scratch in Rust to experiment with novel OS structure, better state management, and how to leverage intralingual design principles to shift OS responsibilities like resource management into the compiler.
sysunixlog
Published: at 10:59 AMThis is a simple Rust program that demonstrates how to log a message to the system log on a Linux-based system using the syslog crate.
Simple Linux OS
Published: at 08:59 AMDeveloped as a successor to the original Linux Kernal and Busybox based operating system.