Skip to content

Latest commit

 

History

History
executable file
·
46 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

executable file
·
46 lines (29 loc) · 1.22 KB

DaedalOS

DaedalOS is a simple, minimalistic OS written in Rust. The aim of this is to create a small, self-written kernel that can run basic programs and, one day, graphical applications. This project is for the x86_64 architecture.

Current Status

Currently I'm slowly implementing a better build system, but since that is not ready yet it means building is broken right now. I'm slowly moving forward to a more robust build process.

Resources

This is a list of tutorials, articles, manuals and so on that are references to the development of this project.

Running

TODO

TODO

  • Better build system
  • Finish Meaty Skeleton