some current goals

This commit is contained in:
uosfz 2026-05-21 15:26:45 +02:00
parent 983b96a967
commit 2a278a4945
Signed by: uosfz
SSH key fingerprint: SHA256:FlktuluyhTQg3jHZNLKwxOOC5hbfrUXM0tz3IA3lGJo

View file

@ -12,7 +12,21 @@
</div> </div>
<div class="softpage"> <div class="softpage">
<h2>Current Goals</h2> <h2>Current Goals</h2>
<i>More information coming soon</i> <p>
For more detailed information, see
<a href="https://docmost.karlsruhe-os.de/share/ec4wruvza2/p/karl-os-jnaBwGMoVx">Docs</a>.
</p>
<h3>Short-term Goals</h3>
<ul>
<li>entering userspace, ELF parsing</li>
<li>full multicore support</li>
<li>block device driver</li>
</ul>
<h3>Long-term Goals</h3>
<ul>
<li>process/task abstraction</li>
<li>tag-based file system</li>
</ul>
</div> </div>
<div class="softpage"> <div class="softpage">