From c200ff13ded19d02d6b9370ba923763016fc9482 Mon Sep 17 00:00:00 2001 From: clizia Date: Sat, 23 Aug 2025 02:37:32 +0200 Subject: [PATCH] added readme --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..16eedd4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +trying to make a toy OS in rust following [this](https://os.phil-opp.com)