<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/common/uapi/mem.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>2024-05-24T15:13:43Z</updated>
<entry>
<title>rename common to src</title>
<updated>2024-05-24T15:13:43Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-05-24T10:24:27Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=bc600ecc3bdf0f189861dfb840f70c2339a7a853'/>
<id>urn:sha1:bc600ecc3bdf0f189861dfb840f70c2339a7a853</id>
<content type='text'>
+ I keep starting to type src and wondering why autocomplete won't work,
  I guess src is just uncounciously a better name
</content>
</entry>
<entry>
<title>use nifty variable argument count trick</title>
<updated>2023-07-27T17:29:28Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-07-27T17:29:28Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=3212707a9ab549119ad0ad6441a07fe774c99f3b'/>
<id>urn:sha1:3212707a9ab549119ad0ad6441a07fe774c99f3b</id>
<content type='text'>
+ Found it in newlib. This allows the compiler to more effectively
  optimize away unnecessary register operations. Applied to both kernel
  and init.c for a slight speed increase.

  I really should move init.c to some other repository though, the
  binary files are starting to get annoying
</content>
</entry>
<entry>
<title>update license stuff</title>
<updated>2023-05-01T19:02:49Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-05-01T19:02:49Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=05d4244f68e35c1bef6488292bf9730df3636fd9'/>
<id>urn:sha1:05d4244f68e35c1bef6488292bf9730df3636fd9</id>
<content type='text'>
</content>
</entry>
<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>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>
</feed>
