<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/common/bytes.c, branch master</title>
<subtitle>ACTIVE - Kernel with migrating threads as IPC</subtitle>
<id>https://metanimi.dy.fi/cgit/kmi/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/kmi/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/'/>
<updated>2022-01-07T18:24:34Z</updated>
<entry>
<title>Merged bits.h and bytes.h</title>
<updated>2022-01-07T18:24:34Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-01-07T18:24:34Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=8d90fb3e4a5d02df75584016563ef84901967b9f'/>
<id>urn:sha1:8d90fb3e4a5d02df75584016563ef84901967b9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow building with clang</title>
<updated>2022-01-07T12:05:06Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-01-06T21:39:12Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=9cc125fb3cfdc2c8ae7153b5ae0fe705980835fb'/>
<id>urn:sha1:9cc125fb3cfdc2c8ae7153b5ae0fe705980835fb</id>
<content type='text'>
+ Release mode is sort of broken, as lto doesn't work with linker
  relaxation and turning the relaxation off causes issues with the jump
  from init to kernel (as I've currently implemented it, could probably
  be fixed with a manual jump from assembly, I'll add it to my TODO
  list)
</content>
</entry>
<entry>
<title>Improved linkind process, added padding generator</title>
<updated>2021-08-30T21:13:40Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-30T21:13:40Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46'/>
<id>urn:sha1:1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrated libfdt</title>
<updated>2021-08-22T19:25:57Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-22T17:38:48Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=b235f49f31d11e68019c42f48b6641c37e4c986e'/>
<id>urn:sha1:b235f49f31d11e68019c42f48b6641c37e4c986e</id>
<content type='text'>
+ Added new common/ directory, into which code that should be shared
with init and kernel is to be added. Currently string.c and bytes.c.
Code in common/ should be marked with __weak, so as to allow the arch to
implement a better, more optimised version of the function if
possible/required.

+ Created include/apos/types.h with macros essentially providing the
libc limits.h and stdint.h. At the moment I use gcc/clang predefined
macros for most things.
</content>
</entry>
</feed>
