<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/arch/riscv/kernel/vmem.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>2022-01-07T12:05:06Z</updated>
<entry>
<title>Allow building with clang</title>
<updated>2022-01-07T12:05:06Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-01-06T21:39:12Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=9cc125fb3cfdc2c8ae7153b5ae0fe705980835fb'/>
<id>urn:sha1:9cc125fb3cfdc2c8ae7153b5ae0fe705980835fb</id>
<content type='text'>
+ Release mode is sort of broken, as lto doesn't work with linker
  relaxation and turning the relaxation off causes issues with the jump
  from init to kernel (as I've currently implemented it, could probably
  be fixed with a manual jump from assembly, I'll add it to my TODO
  list)
</content>
</entry>
<entry>
<title>Jump back to kernelspace tested</title>
<updated>2022-01-06T15:41:38Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-01-06T15:41:38Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=513a8d20beeacb3a7fc2c3c140d014f7fb25cd6f'/>
<id>urn:sha1:513a8d20beeacb3a7fc2c3c140d014f7fb25cd6f</id>
<content type='text'>
+ Added automated categories to debugging, bug/info/warn/error etc. Now
  I should just try to use them here and there :D
</content>
</entry>
<entry>
<title>Refactoring</title>
<updated>2021-12-29T21:53:06Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-29T21:23:36Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=4f4d9fdc89c27aa3346467a24b621954f4564d3b'/>
<id>urn:sha1:4f4d9fdc89c27aa3346467a24b621954f4564d3b</id>
<content type='text'>
+ Mainly just moving stuff out or arch/riscv/ that should be handled in
  common/

+ Prepared separate process stack/call stack for server callbacks, rest
  to be implemeted soon ish
</content>
</entry>
<entry>
<title>Preparations for refactoring</title>
<updated>2021-12-29T16:49:28Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-29T16:47:16Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=4e5595a089c815febd7a0d42ab62940bf13f73ac'/>
<id>urn:sha1:4e5595a089c815febd7a0d42ab62940bf13f73ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First useful jump to userspace!</title>
<updated>2021-12-26T15:50:11Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-26T15:50:11Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=d98ec57128628b81fcd32269a92742a037b7f713'/>
<id>urn:sha1:d98ec57128628b81fcd32269a92742a037b7f713</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixups to four previous commits</title>
<updated>2021-12-23T17:18:07Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-23T17:18:07Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=a64f3588ff5da7f148659ccb0eff844ccfb57088'/>
<id>urn:sha1:a64f3588ff5da7f148659ccb0eff844ccfb57088</id>
<content type='text'>
+ Christ, I'm shit at git etiquette
</content>
</entry>
<entry>
<title>map_fill_region can now utilize higher order pages</title>
<updated>2021-12-23T15:47:46Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-23T15:47:46Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=64ef02c4baa0a1181a28e2e1b1517de3ba4907be'/>
<id>urn:sha1:64ef02c4baa0a1181a28e2e1b1517de3ba4907be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added stat/mod_vmem</title>
<updated>2021-12-23T15:30:40Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-23T15:30:40Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=272e1889ce14aaea9e3431a93c406d347f5b3c54'/>
<id>urn:sha1:272e1889ce14aaea9e3431a93c406d347f5b3c54</id>
<content type='text'>
+ In general improved riscv vmem.c
</content>
</entry>
<entry>
<title>Right up to init_proc, FUCK YEAH</title>
<updated>2021-12-20T19:03:37Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-20T19:03:37Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=61291639524e4aebf93a3315661e7180ac1b9c1e'/>
<id>urn:sha1:61291639524e4aebf93a3315661e7180ac1b9c1e</id>
<content type='text'>
+ Lots to do still, should keep a more detailed TODO.txt, among other
  things implement Sv48 support, make more things single truths etc.
</content>
</entry>
<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>
</feed>
