Zeeso is a budding operating system written in Rust, currently capable of displaying "Hello, World!" on boot. It's a playground for learning low-level system programming and exploring Rust's potential in this realm.
Features:
- Rust Foundation: Leverages Rust's safety, speed, and control.
- Minimalist Design: Focused on simplicity and understanding.
Current Status:
- vga output enabled with println and print macros in rust
Getting Started:
- Prerequisites: Rust compiler, emulator like QEMU, build tools.