From 1c279c9d4dff6718e6565e5995400da959f6fd35 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 1 Sep 2025 22:53:31 +0200 Subject: [PATCH] Note about mini-printf --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d083a1d..3213594 100644 --- a/README.md +++ b/README.md @@ -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/