You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A work-in-progress project where I develop a kernel which can run on bare metal, using the Rust programming language.
About
A (work-in-progress) custom, bootable x86_64 operating system kernel built from scratch in Rust. This project explores bare-metal systems programming, memory management, and hardware abstraction without the standard library. It serves as a memory safe, minimal dependency, practical implementation.