blu_os
Loading...
Searching...
No Matches
BluOS

License

Licenced under GLPv3

Description

Blu OS is a hobby x86 operating system

Goals

Blu OS as of now is just a hobby OS made for fun. A roadmap can be found in TODO

Code style

We use a unfied C++ code style via .clang-format

  • Formatting rules are found in .clang-format
  • Most modern IDEs automatically pick up on the format file
  • Run your IDEs auto format or use clang-format -i before committing

Code structure

  • kernel/ contains base kernel code
  • libc/ contains libc

Documentation

Full documentation is available in the Doxygen generated site: Documentation

How to build

TODO finish this section