From a1c2f23b5bde85f42601980f12e1a2cb5fb7aa9c Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Tue, 1 Oct 2024 18:05:42 -0500 Subject: [PATCH] Add more details about mos --- web/content/projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/projects.md b/web/content/projects.md index fe49803..dc2776b 100644 --- a/web/content/projects.md +++ b/web/content/projects.md @@ -5,7 +5,7 @@ template = "projects.html"

MOS

-

In my free time, I work on MOS, my minimal operating system. This project has deepened my understanding of OS internals, and I'm planning to rewrite it for the RISC-V architecture. While it's currently quite simple, I have plans to expand its features in the future.

+

In my free time, I work on MOS, my minimal operating system. This project has deepened my understanding of OS internals, and I'm planning to rewrite it for the RISC-V architecture. While it's currently quite simple, I have plans to expand its feature set in the future. My goal is to create a simple yet modern operating system without the years of technical debt. Users interact with the terminal through command line and terminal user interfaces designed for ease of use and speed.

Janitor

-- 2.43.4