<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/arch/riscv/source.mk, 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>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>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>Added init back</title>
<updated>2021-12-20T10:37:55Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-12-20T10:28:30Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=dc2e2cc9dc9d7790e23dd9a4ccc265d7bb6d76aa'/>
<id>urn:sha1:dc2e2cc9dc9d7790e23dd9a4ccc265d7bb6d76aa</id>
<content type='text'>
</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>Moved some functions to common/</title>
<updated>2021-10-11T10:58:11Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-10-11T10:58:11Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=091463c1057f50b47156a138d7d1dbd09494a6d5'/>
<id>urn:sha1:091463c1057f50b47156a138d7d1dbd09494a6d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First jump to virtual memory!</title>
<updated>2021-10-01T17:36:15Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-10-01T17:36:15Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=b30ee14270a44e48167934b9b3923b4280bdc855'/>
<id>urn:sha1:b30ee14270a44e48167934b9b3923b4280bdc855</id>
<content type='text'>
+ Lots of bughunting to do, probably lots of off-by-one and so on
errors, and I make a lot of naive and possibly dangerous assumptions.
But cool start nonetheless. Should also come up with some method of
exchanging data between the init and actual kernel, probably some struct
of some sort. TODO
</content>
</entry>
<entry>
<title>Initial physical page manager</title>
<updated>2021-09-12T18:51:10Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-09-12T18:51:10Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=d95c714c8cfdc5818b0e0f0c99cf2e5be66de202'/>
<id>urn:sha1:d95c714c8cfdc5818b0e0f0c99cf2e5be66de202</id>
<content type='text'>
+ Will probably still need a fair bit of tweakind and documentation
improvements, but seems to work outside of the kernel. Also no valgrind
errors, which is quite promising I guess.
</content>
</entry>
<entry>
<title>Added debug flags and simple debug serial driver</title>
<updated>2021-08-26T17:43:08Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-26T17:41:45Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=07af47eca912f3b56f013749a268718d78656961'/>
<id>urn:sha1:07af47eca912f3b56f013749a268718d78656961</id>
<content type='text'>
</content>
</entry>
</feed>
