]> prime8.dev >> repos - p8d.git/commitdiff
Add more details about mos
authorDamian Myrda <damian@prime8.dev>
Tue, 1 Oct 2024 23:05:42 +0000 (18:05 -0500)
committerDamian Myrda <damian@prime8.dev>
Tue, 1 Oct 2024 23:05:42 +0000 (18:05 -0500)
web/content/projects.md

index fe49803d804545030569ea3a83549e8577ab586d..dc2776b1962e8210e40dfa76437226ca9e2808f0 100644 (file)
@@ -5,7 +5,7 @@ template = "projects.html"
 <div class="row-fluid">
     <div class="span4 w-100">
         <h2><a href="https://git.prime8.dev/?p=mos.git">MOS</a></h2>
-        <p>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.</p>
+        <p>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.</p>
     </div>
     <div class="span4 w-100">
         <h2><a href="https://git.prime8.dev/?p=janitor.git">Janitor</a></h2>