Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (14 loc) · 645 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (14 loc) · 645 Bytes

Contributing

We always want people to contribute, but make sure to follow these things:

  • No confusing names (like make function names be called something easy to understand).
  • Put things in the correct paths:
    • kernel/corelib/
      • Put kernel libraries here.
    • kernel/entry/
      • Avoid putting any thing in here.
    • kernel/
      • Here are the important things placed, like nighterm, serial, filesystem. These will be moved later on when i do a refactor.
    • kernel/system/
      • Put nearly evertyhing in here in respective folders, drivers: Drivers for thing, keyboard, speaker, etc.
    • arch/
      • Put arch specific code here