<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/tests/common/arch/riscv64, 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>2024-08-30T16:20:21Z</updated>
<entry>
<title>improvements to shared memory handling</title>
<updated>2024-08-30T16:20:21Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-30T16:20:21Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=314bca3dc19a864c76153bfcd5a58be8c40000f9'/>
<id>urn:sha1:314bca3dc19a864c76153bfcd5a58be8c40000f9</id>
<content type='text'>
+ Now each shared region is reference counter (technically each region
  is refernce counted, private regions just have a count of 1).
  Also, syscalls that touch the TLB get flushed, but should probably
  look into where else this flushing might be needed.
</content>
</entry>
<entry>
<title>specify mabi and march</title>
<updated>2024-08-30T15:52:55Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-30T15:52:55Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=5cc76c436fa1234323bad51d72d1291d95991da6'/>
<id>urn:sha1:5cc76c436fa1234323bad51d72d1291d95991da6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>speed up ipc_resp a bit</title>
<updated>2024-08-30T15:50:51Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-30T15:50:51Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=712a15ce6c5fdf9c5156a5954cd6c3551547037c'/>
<id>urn:sha1:712a15ce6c5fdf9c5156a5954cd6c3551547037c</id>
<content type='text'>
+ Skip unwinding stack and just jump directly to userspace
</content>
</entry>
<entry>
<title>start working on tests</title>
<updated>2024-07-09T19:12:27Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-09T19:12:27Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=e8a1df103cc28419dd7d4439c0b1d1739d110f78'/>
<id>urn:sha1:e8a1df103cc28419dd7d4439c0b1d1739d110f78</id>
<content type='text'>
+ Current setup will likely not last long, just a stopgap until I figure
  out how I want to build each testcase etc.

  Probably dir based, but I'll probably add some scripts that generate
  the build rules for each test case (or binary?). Also, should probably
  put ouput files in a build directory and keep the source clean, but
  again, good enough for now.

  Will have to start implementing more extensive tests, and probably
  come up with some way to compare textual output etc.
</content>
</entry>
</feed>
