blob: c8b4307852dc12dd954d4585b5b30cc9d14abc44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
building requirements
====================
- bsd-compatible make
- a [riscv toolchain](https://github.com/riscv/riscv-gnu-toolchain)
- qemu built for riscv64 with some kind of mmu support
- [device tree compiler](https://github.com/dgibson/dtc)
building
========
compile and test the kernel
```
make clean sys
make debug
```
|