<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/kernel/libc/exit, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kling.gg/sbos.git/atom?h=master</id>
<link rel='self' href='https://git.kling.gg/sbos.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/'/>
<updated>2024-06-26T19:20:47+00:00</updated>
<entry>
<title>Kernel: Code cleanup</title>
<updated>2024-06-26T19:20:47+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-26T19:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=edf86881446717b633dbb2aaac7b25dbc4630c3f'/>
<id>urn:sha1:edf86881446717b633dbb2aaac7b25dbc4630c3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>random changes made</title>
<updated>2024-03-14T12:09:59+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-03-14T12:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=2e8b474d4219e7faaac3823e73c8d528c2698a37'/>
<id>urn:sha1:2e8b474d4219e7faaac3823e73c8d528c2698a37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel: Remove all inline assembly.</title>
<updated>2024-02-21T19:06:35+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-02-21T19:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=9b475d3db3275d4c34f02161ae70ced5595a0fdb'/>
<id>urn:sha1:9b475d3db3275d4c34f02161ae70ced5595a0fdb</id>
<content type='text'>
Now the kernel does not rely upon inline assembly which is often very
error prone. This also means that the kernel could probably be compiled
with any c99 compiler which would help future bootstrapping.
</content>
</entry>
<entry>
<title>Kernel: Add basic IPC and move to microkernel design.</title>
<updated>2023-11-28T19:07:50+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-28T19:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=636858dbbd48ed9f5073793b46740302aa202f43'/>
<id>urn:sha1:636858dbbd48ed9f5073793b46740302aa202f43</id>
<content type='text'>
The IPC design is currently a WIP and is nowhere near complete
</content>
</entry>
<entry>
<title>Meta: Move kernel and userland to their own folders.</title>
<updated>2023-10-30T23:18:38+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-10-30T21:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=8a9208612eec8ddae4c418485d848ecfa0613699'/>
<id>urn:sha1:8a9208612eec8ddae4c418485d848ecfa0613699</id>
<content type='text'>
This is to allow both the kernel and the userland to share certain
header files and to make the folder structure a bit more clear.
</content>
</entry>
</feed>
