From 01a1e0aaa9b719272feb102c5c487fe09d8fe0b5 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 26 Jan 2026 01:43:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 307837e..8cb0aa2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # rivos -This toy os is made following the [OS in 1,000 lines](https://1000os.seiya.me/en/) project. +A small educational operating system targeting the RISC-V architecture. + +Focused on simplicity, low-level exploration, and learning by building.