From 39f49e5d7c27d336db35e8bc933b31d00528a073 Mon Sep 17 00:00:00 2001 From: mrm Date: Mon, 10 Jun 2024 22:17:59 +0200 Subject: [PATCH] Update README.md Added riscv64 build description. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a36d0754c..108c3615c0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ cargo xtask build --arch x86_64 On completion, the script will print the path of `libhermit.a`. If you want to build the kernel for aarch64, please replace `x86_64` by `aarch64`. +If you want to build the kernel for riscv64, please use `riscv64`. ### Control the kernel messages verbosity