summaryrefslogtreecommitdiff
path: root/README
blob: 2cc5334f19e9c5f90fa53ac546d439254661de27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
building requirments
====================

- 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
```