<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/include/apos/init.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-12-20T11:29:01Z</updated>
<entry>
<title>Revert "still some issues with vmem"</title>
<updated>2021-12-20T11:29:01Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-20T11:29:01Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=6b2465318b2dc922de282deea96c1621f7f41039'/>
<id>urn:sha1:6b2465318b2dc922de282deea96c1621f7f41039</id>
<content type='text'>
This reverts commit 69d13626a37e33f31627a1144605a8fb93684d25.
</content>
</entry>
<entry>
<title>still some issues with vmem</title>
<updated>2021-12-20T11:12:06Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-20T11:12:06Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=a37974009152b4bf6a2d7ed205a48230f939dd72'/>
<id>urn:sha1:a37974009152b4bf6a2d7ed205a48230f939dd72</id>
<content type='text'>
+ Not sure if I should go with noinit or init, fuck
</content>
</entry>
<entry>
<title>Massive changes to jump to userspace</title>
<updated>2021-12-19T15:10:36Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-19T15:10:36Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=9966b49db468de0168c7a455dfb5b4c66c413c4d'/>
<id>urn:sha1:9966b49db468de0168c7a455dfb5b4c66c413c4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some minor changes to virtual memory handling</title>
<updated>2021-10-25T16:44:11Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-10-25T16:40:53Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=7f7b3d61baf46fe358d3f1bd1cb584e0daed3a81'/>
<id>urn:sha1:7f7b3d61baf46fe358d3f1bd1cb584e0daed3a81</id>
<content type='text'>
+ Should start to think about how virtual memory should be handled
  efficiently, I'm sort of flailing around and not actually doing
  anything beneficial. The mapping system I've so far implemented
  _works_, but it's not good and I'm not happy with it. I might come
  back and fix/improve it, but I think I'll go ahead and do other things for
  a while, might give me a better overhead view of what the virtual
  memory system should do.

+ TODO: should probably document the memory layout I'm going with at the
  moment.
</content>
</entry>
<entry>
<title>Renamed [pv]addr_t to [pv]m_t</title>
<updated>2021-10-11T11:02:31Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-10-11T11:02:31Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=ebd34a9ab3809167e16e4107c8e72d1d81faff9c'/>
<id>urn:sha1:ebd34a9ab3809167e16e4107c8e72d1d81faff9c</id>
<content type='text'>
</content>
</entry>
<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>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>New build system (WIP)</title>
<updated>2021-08-19T19:58:57Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-19T19:58:57Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=1175179058fa809c57d724cd2043c67edc511695'/>
<id>urn:sha1:1175179058fa809c57d724cd2043c67edc511695</id>
<content type='text'>
</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>
