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

Latest commit

 

History

History
21 lines (11 loc) · 860 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 860 Bytes

Contributing

Cross Compiler

microCORE builds using the x86_64-elf-gcc cross-compiler. You cannot install this cross compiler through prebuilt packages, as the compiler used specifically for microCORE is built with special options.

See this document for more info.

Styling

The maintainer of this project strictly requires all code follow a styleguide. Any contributions made that do not follow the styleguide, no matter how helpful they may be, will be rejected.

See the styleguide for more info.

Calling Conventions

microCORE uses very specific calling conventions. When writing C++ code, the following information is rather useless to you.

However, when writing assembly, it is critical that you follow this guide.

See the calling conventions for more info.