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.