syvan is a simple operating system written in Rust. It is based on the Writing an OS in Rust blog series by Philipp Oppermann. Don't expect anything fancy, it's just a hobby/learning project. The name is made up by ChatGPT cuz I'm bad at naming things. sylvan is a synonym for forest. It is also my second attempt at writing an OS in Rust.
main
: The main branch. It is the most up-to-date branch and should be used for development.
rick
: The rick branch. It is a brach that plays a rickroll on boot using ancii art.calculator
: The calculator branch. It is a branch that IS a calculator.balls
: The balls branch. This is an experiment with the VGA text buffer to render a verlet physics simulation.
This project is licensed under the MIT License - see the LICENSE file for details