<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/arch/riscv/include/pages.h, 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>Renamed [pv]addr_t to [pv]m_t</title>
<updated>2021-10-11T11:02:31Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-10-11T11:02:31Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=ebd34a9ab3809167e16e4107c8e72d1d81faff9c'/>
<id>urn:sha1:ebd34a9ab3809167e16e4107c8e72d1d81faff9c</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>Used memory regions now marked</title>
<updated>2021-09-25T11:56:43Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-09-25T11:56:43Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=2d173beb3392aff35c8a33f4ac001bf63bb9adc6'/>
<id>urn:sha1:2d173beb3392aff35c8a33f4ac001bf63bb9adc6</id>
<content type='text'>
+ I don't fully trust my memory management system yet, so should
probably check the memory regions it gives.
</content>
</entry>
<entry>
<title>Added default stack location</title>
<updated>2021-09-25T09:24:24Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-09-25T09:24:24Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=13fe461374c0716404e2ee7726781b9cd12dbaa7'/>
<id>urn:sha1:13fe461374c0716404e2ee7726781b9cd12dbaa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libfdt seems to work</title>
<updated>2021-08-25T20:47:08Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-25T20:47:08Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=5dfac4879ce5f34503ae7537eefd3fc48d6fa750'/>
<id>urn:sha1:5dfac4879ce5f34503ae7537eefd3fc48d6fa750</id>
<content type='text'>
At least as far as reading memory info, cool.

One issue I have is that .(ro)data is apparently accessed by absolute
addresses, so I need to know at which address the kernel is going to be
loaded. I would prefer completely position independent code, but if
that's not possible then eh.
</content>
</entry>
<entry>
<title>Garbage</title>
<updated>2021-08-17T18:49:16Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2021-08-17T18:47:38Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=565724db3b73ee67fa996dab511dc52df586cee1'/>
<id>urn:sha1:565724db3b73ee67fa996dab511dc52df586cee1</id>
<content type='text'>
</content>
</entry>
</feed>
