From 0c11561d3d70286cc1403b0a94b3abb28f468993 Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Sat, 25 Nov 2023 09:46:55 +0100 Subject: [PATCH] add a random drawing of how it works --- crates/irust/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/irust/README.md b/crates/irust/README.md index f4df827..4c39ef1 100644 --- a/crates/irust/README.md +++ b/crates/irust/README.md @@ -241,6 +241,10 @@ Currently there is a barebone kernel that is easily installable see https://gith ## Building cargo b --release +## How It Works (random drawing ahead) +![irust](https://github.com/sigmaSd/IRust/assets/22427111/867b4a7c-2f47-4756-bc45-5967448358b1) + + ## FAQ **1- I want to hack on irust but `dbg!` overlaps with the output!!**