aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-10 22:38:11 +0200
committerHimbeer <himbeer@disroot.org>2024-05-10 22:38:25 +0200
commit51c46d595f8ebe12204a4bb9287afa06302e0c3c (patch)
treecf976fc3ad29e57440051caeb5e9e102ff8a272f /README.md
parentc92b336e1aa541df8b66485010d7debc60f6b393 (diff)
meta: Rename project to SRVRE
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 893cb1e..5768ef0 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,16 @@ SPDX-FileCopyrightText: 2024 Himbeer <himbeer@disroot.org>
SPDX-License-Identifier: CC-BY-NC-SA-4.0
-->
-# logos
+# srvre kernel
-Research operating system kernel for riscv64 focusing on simplicity, security and privacy.
+Simple RISC-V research environment kernel
-The primary purpose of this project is for me to learn OS development,
-but making it usable is part of the goals.
+This is the microkernel for the SRVRE riscv64 operating system.
+
+Its purpose is learning RISC-V OS development and trying to experiment
+with solutions to some of the shortcomings of existing operating systems.
+The ultimate goal is to make it compile itself, maybe even to make it usable
+for limited command-line or server usage.
# Booting