Load raw C binary + docs
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
This document describes the coding style for the Pepper kernel. It is used as a guideline across all source files.
|
||||
|
||||
## Setting up a language server (optional)
|
||||
|
||||
Before you do anything you might want to setup a language server with your editor. This will save you lots of time correcting errors and stuff. I use `clangd`, and generate my `compile_commands.json` like so:
|
||||
|
||||
```
|
||||
bear -- make
|
||||
```
|
||||
|
||||
## Indentation
|
||||
|
||||
Indentations should be 4 characters long.
|
||||
|
||||
Reference in New Issue
Block a user