From cd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 5 Apr 2023 07:34:51 +0000 Subject: added readme --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..2cc5334 --- /dev/null +++ b/README @@ -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 +``` + + -- cgit v1.2.3