- It's primarily a Hobby Project with aim of learning some trivial challenges during OS development.
- I won't be surprised. Feel free to create a GitHub issue and raise a pull request to submit a patch.
-
Please ensure code is formatted as per clang-format
{BasedOnStyle: llvm, IndentWidth: 4}
style.find . -iname *.h -o -iname *.c -o -iname *.cpp -o -iname *.hpp -o -iname *.tcc | xargs clang-format --style="{BasedOnStyle: llvm, IndentWidth: 4}" -i
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
- Suggest the feature or change by opening a new GitHub issue. After discussing it with the maintainer one can proceed with the patch.
Thanks!