diff options
author | stefan <stefan@s00.xyz> | 2023-04-05 07:34:51 +0000 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-05 07:34:51 +0000 |
commit | cd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f (patch) | |
tree | de48fba70855d4fe0d93c1c27ba873793f8036f8 /README | |
parent | 40281b97de7f0bcc06b39caf460a8da99705e0c0 (diff) | |
download | sv-cd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f.tar.gz |
added readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,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 +``` + + |