From 177420c0865ac31507cd718b804aa93651cc576c Mon Sep 17 00:00:00 2001 From: clizia Date: Tue, 26 Aug 2025 23:49:05 +0200 Subject: [PATCH] updated README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb00697..489428f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ trying to make a toy OS in rust following [this](https://os.phil-opp.com) +### DEPENDENCIES + +- qemu +- [cargo bootimage](https://github.com/rust-osdev/bootimage) + ### HOWTO to run this just do: @@ -10,5 +15,3 @@ to run this just do: cargo run ``` -(ensure qemu is installed) -