Note about mini-printf

This commit is contained in:
Imbus 2025-09-01 22:53:31 +02:00
parent 4bb015745a
commit 1c279c9d4d

View file

@ -5,6 +5,8 @@ Inspired by xv6
For a quick reference on RISC-V assembly:
- https://risc-v.guru/instructions/
Some low-level string format routines borrowed from [mini-printf](https://github.com/mludvig/mini-printf)
Toolchains:
- https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack
- https://github.com/xpack-dev-tools/qemu-riscv-xpack/