landing-page/src/index.html

60 lines
2.3 KiB
HTML
Raw Normal View History

%PAGE_TITLE:Welcome to KarlOS!
%~ include src/header.inc
<div class="banner">
<h1>Hobby OS Dev @ KIT</h1>
</div>
<div class="content">
<div class="softpage">
<h2>About us</h2>
We are a student group in Karlsruhe creating a hobbyist Operating System from scratch.
The current goal of the project is to develop a simple monolithic kernel for 64-bit Intel / AMD PCs,
which could serve as a platform for experimentation in the future.
</div>
<div class="softpage">
<h2>Current Goals</h2>
2026-05-21 15:26:45 +02:00
<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 class="softpage">
<h2>Meetup</h2>
We meet in the computer science building on Wednesday at 19:00 in room -107. Feel free to drop by — wed be happy to see you.
</div>
2026-05-21 15:14:40 +02:00
<div class="softpage">
<h2>Gallery<h2>
<div class="gallery">
<img src="assets/screenshots/sc1.png" alt="The desktop of KarlOS. Shows the KarlOS logo in the center, as well as the app launcher on the top left."/>
<img src="assets/screenshots/sc2.png" alt="KarlOS desktop with verlapping windows opened. In the foreground there is a calculator window. In the background there is a window showing the kernel message log."/>
<img src="assets/screenshots/sc3.png" alt="KarlOS desktop with hex editor window."/>
<img src="assets/screenshots/sc4.png" alt="KarlOS desktop with several game windows opened: a paint canvas, a tron game, and a snake game."/>
<div>
</div>
<div class="softpage" id="contact">
<h2>Contact us</h2>
<strong>E-Mail:</strong>&emsp;
<span>
karlos.borrowing760
<div class="logo">
<img src="assets/arobas.png" alt="at"/>
</div>
passmail.net
</span>
</div>
</div>
%~ include src/footer.inc