A simple readme with some help regarding assembly and toolchain setup

This commit is contained in:
Imbus 2025-06-26 03:25:37 +02:00
parent a0faa469f3
commit 36cc060411

8
README.md Normal file
View file

@ -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/