From daa95130d8cae2cbe82424186e469764ad2b6b6c Mon Sep 17 00:00:00 2001 From: clizia Date: Mon, 25 Aug 2025 01:49:41 +0200 Subject: [PATCH] updated readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 16eedd4..fb00697 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ +### ABOUT + trying to make a toy OS in rust following [this](https://os.phil-opp.com) + +### HOWTO + +to run this just do: + +``` +cargo run +``` + +(ensure qemu is installed) +