<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/kernel/libc/stdio, 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-12-14T14:33:06+00:00</updated>
<entry>
<title>sb/printf: Add ksbprintf</title>
<updated>2024-12-14T14:33:06+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-14T14:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=0495bfb0d64bb2b318b629fd1c821dc8e2c8647d'/>
<id>urn:sha1:0495bfb0d64bb2b318b629fd1c821dc8e2c8647d</id>
<content type='text'>
Easier to add formatted strings to the string builder without
using intermediate buffers.
</content>
</entry>
<entry>
<title>kernel: Add kbnprintf</title>
<updated>2024-12-10T11:23:05+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-10T11:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=bcca3d183930eeaf3d024476f39d1d8fccf2ebab'/>
<id>urn:sha1:bcca3d183930eeaf3d024476f39d1d8fccf2ebab</id>
<content type='text'>
Like snprintf but without null termination
</content>
</entry>
<entry>
<title>kernel: Add ksnprintf</title>
<updated>2024-12-09T22:24:25+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-09T22:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=3bb66753076f4037883b7c71ce2fb8e78f8b1194'/>
<id>urn:sha1:3bb66753076f4037883b7c71ce2fb8e78f8b1194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kernel: Add RSOD(red screen of death)</title>
<updated>2024-10-16T18:41:17+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-16T18:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=4e817cecfa7328af34fb96db7f052352737cd07e'/>
<id>urn:sha1:4e817cecfa7328af34fb96db7f052352737cd07e</id>
<content type='text'>
This is not useful since 99% of the time I will have access to the
serial output. But it does look cool.
</content>
</entry>
<entry>
<title>Bug fixes</title>
<updated>2024-06-28T19:44:31+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-28T19:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=f61ce73b5a480fc6b8ded0db86882fe304f17d77'/>
<id>urn:sha1:f61ce73b5a480fc6b8ded0db86882fe304f17d77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel: Port over libc printf to kernel</title>
<updated>2024-06-28T10:59:08+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-27T21:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=a376751f6932abd1493845e705112c688ff3e734'/>
<id>urn:sha1:a376751f6932abd1493845e705112c688ff3e734</id>
<content type='text'>
Kernel printf had bugs and was poorly written. LibC still has some FILE*
releated stuff that should be cleaned up.
</content>
</entry>
<entry>
<title>Reorganize logging code</title>
<updated>2024-06-17T20:07:38+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-17T20:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=f209faffab90186cd88cd0a2fe2cc6236bb53e15'/>
<id>urn:sha1:f209faffab90186cd88cd0a2fe2cc6236bb53e15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New clang-format options</title>
<updated>2024-02-20T23:14:29+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-02-20T23:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=8ff63b062d724826d8017504063df9b92f8e6703'/>
<id>urn:sha1:8ff63b062d724826d8017504063df9b92f8e6703</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Meta: Apply new clang-format rules to kernel</title>
<updated>2023-11-28T19:12:20+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-28T19:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=d07fa25e04a19ccb9aa25bb6e2156d23d213db77'/>
<id>urn:sha1:d07fa25e04a19ccb9aa25bb6e2156d23d213db77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel Style: Change uint*_t -&gt; u*</title>
<updated>2023-11-10T14:47:08+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-10T14:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=9a1f977e39d8e9fcb6a9cb2a612f4743e802221d'/>
<id>urn:sha1:9a1f977e39d8e9fcb6a9cb2a612f4743e802221d</id>
<content type='text'>
</content>
</entry>
</feed>
