diff options
author | Himbeer <himbeer@disroot.org> | 2024-05-10 22:38:11 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-05-10 22:38:25 +0200 |
commit | 51c46d595f8ebe12204a4bb9287afa06302e0c3c (patch) | |
tree | cf976fc3ad29e57440051caeb5e9e102ff8a272f /README.md | |
parent | c92b336e1aa541df8b66485010d7debc60f6b393 (diff) |
meta: Rename project to SRVRE
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |