<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/include/apos, 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>2023-04-30T14:06:02Z</updated>
<entry>
<title>rename to kmi</title>
<updated>2023-04-30T14:06:02Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-04-30T14:06:02Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=ea5ebe0809fb31b9f125ac0689f706cc5f3f078f'/>
<id>urn:sha1:ea5ebe0809fb31b9f125ac0689f706cc5f3f078f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add req_page syscall</title>
<updated>2023-01-26T13:53:16Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-01-26T13:53:16Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=8a5e4cf53d981e793fca90d9b51bd395265cf4db'/>
<id>urn:sha1:8a5e4cf53d981e793fca90d9b51bd395265cf4db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make process ids signed</title>
<updated>2023-01-16T13:42:57Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-01-16T13:41:58Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=faf3710ec1024810d0255f6356cd0a9d12d2cf9b'/>
<id>urn:sha1:faf3710ec1024810d0255f6356cd0a9d12d2cf9b</id>
<content type='text'>
+ Unlikely to ever run into billions of threads, and this keeps in line
  with stuff like Linux. Also allows C to relatively painlessly
  implement hashmaps of pids, if neccessary.
</content>
</entry>
<entry>
<title>remove MR_SHARED</title>
<updated>2022-12-02T20:09:41Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-12-02T20:09:41Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=d96dbf6384ef19fb3b43d315663936f43110eade'/>
<id>urn:sha1:d96dbf6384ef19fb3b43d315663936f43110eade</id>
<content type='text'>
+ The new shared memory plan doesn't need it.
</content>
</entry>
<entry>
<title>initial shared memory working</title>
<updated>2022-12-02T19:12:11Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-12-02T19:12:11Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=10ae2e6ebc7e9776b9f124c9fc530c79f5e84460'/>
<id>urn:sha1:10ae2e6ebc7e9776b9f124c9fc530c79f5e84460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start looking into memory handling</title>
<updated>2022-12-01T00:05:19Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-12-01T00:05:19Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=131af4eec38752a27e6e56579fbf76178e022ec1'/>
<id>urn:sha1:131af4eec38752a27e6e56579fbf76178e022ec1</id>
<content type='text'>
+ Now 10M alloc/frees succeed, which totals more memory than the virtual
  machine has, so no too obvious leaks are occuring. For future
  debugging speed, changed 10M to 1M.

+ Also quick fix to rpcs, stacks are now assigned. Not entirely sure why
  they worked before this, but good that I found it.
</content>
</entry>
<entry>
<title>make syscall handlers void</title>
<updated>2022-11-21T15:38:57Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-11-21T15:38:57Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=e1599d8ab33f3f7d09c6a8a05f954209c969c8c1'/>
<id>urn:sha1:e1599d8ab33f3f7d09c6a8a05f954209c969c8c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix formatting</title>
<updated>2022-11-21T12:13:28Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-11-21T12:13:28Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=6f5065da917a911c5e810a058d16d147c31d5fbe'/>
<id>urn:sha1:6f5065da917a911c5e810a058d16d147c31d5fbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>possible optimisations</title>
<updated>2022-11-21T12:02:17Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-11-21T12:02:17Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=62d395d206171fdaf3fa62c495633990198db6c4'/>
<id>urn:sha1:62d395d206171fdaf3fa62c495633990198db6c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>give symbolic name to rpc stack ratio</title>
<updated>2022-11-13T15:40:44Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-11-13T15:40:44Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=f0935d3d20c2624b7c4b70a8e8ad891e516a0641'/>
<id>urn:sha1:f0935d3d20c2624b7c4b70a8e8ad891e516a0641</id>
<content type='text'>
</content>
</entry>
</feed>
