From: Damian Myrda Date: Tue, 1 Oct 2024 23:05:42 +0000 (-0500) Subject: Add more details about mos X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=a1c2f23b5bde85f42601980f12e1a2cb5fb7aa9c;p=p8d.git Add more details about mos --- 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.