2025-10-18 20:20:39 +02:00
|
|
|
|
%PAGE_TITLE:Welcome to KarlOS!
|
|
|
|
|
|
%~ include src/header.inc
|
2025-10-09 16:13:35 +02:00
|
|
|
|
<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>
|
|
|
|
|
|
<i>More information coming soon</i>
|
|
|
|
|
|
</div>
|
2025-11-14 21:19:09 +01:00
|
|
|
|
|
|
|
|
|
|
<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 — we’d be happy to see you.
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
2025-10-09 16:13:35 +02:00
|
|
|
|
<div class="softpage" id="contact">
|
|
|
|
|
|
<h2>Contact us</h2>
|
|
|
|
|
|
<strong>E-Mail:</strong> 
|
|
|
|
|
|
<span>
|
2025-11-14 21:19:09 +01:00
|
|
|
|
karlos.borrowing760
|
2025-10-09 16:13:35 +02:00
|
|
|
|
<div class="logo">
|
|
|
|
|
|
<img src="assets/arobas.png" alt="at"/>
|
|
|
|
|
|
</div>
|
2025-11-14 21:19:09 +01:00
|
|
|
|
passmail.net
|
2025-10-09 16:13:35 +02:00
|
|
|
|
</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
2025-10-18 20:20:39 +02:00
|
|
|
|
%~ include src/footer.inc
|