From 5490a2ffd612779aad6e750612ed666e0186cdfe Mon Sep 17 00:00:00 2001 From: gil Date: Mon, 13 May 2024 22:14:16 -0500 Subject: [PATCH] Add disclaimer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61ad03..fe76c78 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ modified: 2024-05-13T14:28:52-05:00 # Reading list ## Beginner tutorial -- Meyer Zinn's RISC-V kernel guide +- Meyer Zinn's RISC-V kernel guide (right now, code is just copied from this - will diverge later) - [Part 0](https://www.meyerzinn.tech/posts/2023/03/05/running-rust-code-on-risc-v-in-qemu/) - [Part 1](https://www.meyerzinn.tech/posts/2023/03/08/p1-printing-and-allocating/)