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
[](https://github.com/cpplover0/orange/blob/main/kernel/GNUmakefile)
[](https://github.com/cpplover0/orange/blob/master/LICENSE)
[]()
[](https://github.com/cpplover0/orange/graphs/contributors)
[](https://github.com/cpplover0/orange/commits)
for build do
```sh
make run -j$(nproc) ARCH=$ARCH TOOLCHAIN=llvm
```
|