From 929d2f0109570a84f9455b153d2547b172b0ac01 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Wed, 6 Aug 2014 16:38:44 -0700 Subject: readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ed9637 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +RISC-V Proxy Kernel +===================== + +About +--------- + +The RISC-V proxy kernel is a thin layer that services system calls generated +by code built and linked with the RISC-V newlib port. + +Build Steps +--------------- + +We assume that the RISCV environment variable is set to the RISC-V tools +install path, and that the riscv-gcc package is installed. + + $ mkdir build + $ cd build + $ CC=riscv-gcc ../configure --prefix=$RISCV/target --host=riscv + $ make + $ make install -- cgit v1.1