summaryrefslogtreecommitdiff
path: root/readme.md
blob: aede023a4207dc31c905543d7fc5e0dc09e07e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Orange

Orange is my linux compatible x86_64, aarch64, riscv64 kernel 

[![GitHub top language](https://img.shields.io/github/languages/top/cpplover0/orange?logo=c&label=)](https://github.com/cpplover0/orange/blob/main/kernel/GNUmakefile)
[![GitHub license](https://img.shields.io/github/license/cpplover0/orange)](https://github.com/cpplover0/orange/blob/master/LICENSE)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e78ad48f394f46d1bb98f1942c7e1f21)]()
[![GitHub contributors](https://img.shields.io/github/contributors/cpplover0/orange)](https://github.com/cpplover0/orange/graphs/contributors)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/cpplover0/orange)](https://github.com/cpplover0/orange/commits)

for build do
```sh
make run -j$(nproc) ARCH=$ARCH TOOLCHAIN=llvm
```