<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/include/apos/main.h, 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>2021-10-10T20:03:20Z</updated>
<entry>
<title>Prepare proper jump to kernel</title>
<updated>2021-10-10T20:03:20Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-10-10T20:03:20Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=d2ff961a2a08229e1f2245e8dba9b2275016133c'/>
<id>urn:sha1:d2ff961a2a08229e1f2245e8dba9b2275016133c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libfdt seems to work</title>
<updated>2021-08-25T20:47:08Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-25T20:47:08Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=5dfac4879ce5f34503ae7537eefd3fc48d6fa750'/>
<id>urn:sha1:5dfac4879ce5f34503ae7537eefd3fc48d6fa750</id>
<content type='text'>
At least as far as reading memory info, cool.

One issue I have is that .(ro)data is apparently accessed by absolute
addresses, so I need to know at which address the kernel is going to be
loaded. I would prefer completely position independent code, but if
that's not possible then eh.
</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>
<entry>
<title>Garbage</title>
<updated>2021-08-17T18:49:16Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-17T18:47:38Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=565724db3b73ee67fa996dab511dc52df586cee1'/>
<id>urn:sha1:565724db3b73ee67fa996dab511dc52df586cee1</id>
<content type='text'>
</content>
</entry>
</feed>
