<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to About</title><link>https://sourceforge.net/p/q1kernel/wiki/About/</link><description>Recent changes to About</description><atom:link href="https://sourceforge.net/p/q1kernel/wiki/About/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 08 Oct 2025 15:10:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/q1kernel/wiki/About/feed" rel="self" type="application/rss+xml"/><item><title>About modified by Demian Alexandru</title><link>https://sourceforge.net/p/q1kernel/wiki/About/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,16 @@
-Welcome to your wiki!
+Q1-kernel is a hybrid kernel written in lasm (lex-studio version of assembly) and rust. Using lasm for the most low level parts where the performance is a critical hit. Using rust in higher level parts (like syscalls, filesystem some managment things). 

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+The hybrid arhitecture lets us make the kernel very safe and very modular, in the same time being as fast as a monolithic kernel. In Q1-kernel apps get access directly to the kernel without any runtime or bottle neck. By running  everything runs in main from lasm everything that is placed in main being loadded into ram. Also you can easily run the entire kernel into ram by just using "entry main" in every file or pointing every file to a file with "entry main" but this can be easily achieved from the config menu. The safe arhitecture make Q1-kernel able to run very stable and easy on anything without having the problems with drivers filesystem or other apps. The modular arhitecture lets you choose what runs in userspace and what runs in kernel space.

-The wiki uses [Markdown](/p/q1kernel/wiki/markdown_syntax/) syntax.
+Q1-kernel has the best syscalls speed by using an optimized arhitecture. It uses an arhitecture called Clympda syscall. It consist of 2 main things:
+-first any app has direct access to syscalls and from that to the hole kernel
+-syscalls have direct access to the main component of the kernel being runned in one or two separate cores
+The speed it achieves is greater than linux and right now it may be the best in the world having just 0.2-0.3 µs, linux in the same test having 0.2-0.4 µs.

-[[members limit=20]]
+On filesystem side it uses the modern XFS filesystem.
+
+Q1-kernel multicore and multithread is one of the most important parts from it. The managment goes in a cluster like way. The kernel plus the managment runs on one core and 2 threads. If the cpu has more cores the "main core" is going to assign to each core ,trough messaging, multiple jobs. Making a modern aproach to multicore its a very efficient type but still not as advance as DragonFly BSD (btw credit to DragonFly BSD being a huge inspiration for multicore)
+
+
+
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Demian Alexandru</dc:creator><pubDate>Wed, 08 Oct 2025 15:10:09 -0000</pubDate><guid>https://sourceforge.net8d97426211cadb61c38ac32a9b2a28cc8bbe11cb</guid></item><item><title>Home modified by Demian Alexandru</title><link>https://sourceforge.net/p/q1kernel/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/q1kernel/wiki/markdown_syntax/" rel="nofollow"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
    &lt;ul class="md-users-list"&gt;
        &lt;li&gt;&lt;a href="/u/lex-studio/"&gt;Demian Alexandru&lt;/a&gt; (admin)&lt;/li&gt;
        
    &lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-68e53154948100096091cdd7" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Demian Alexandru</dc:creator><pubDate>Wed, 08 Oct 2025 14:27:55 -0000</pubDate><guid>https://sourceforge.netfa6fd2ed50085456ef9c9a140edbede0899e4b52</guid></item></channel></rss>