From 36cc060411c2afcd86e15a469bce34dbc2f31627 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 26 Jun 2025 03:25:37 +0200 Subject: [PATCH] A simple readme with some help regarding assembly and toolchain setup --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3badd28 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Neptune Kernel + +For a quick reference on RISC-V assembly: +- https://risc-v.guru/instructions/ + +Toolchains: +- https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack +- https://github.com/xpack-dev-tools/qemu-riscv-xpack/