<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sophia.git/kc/core/vm_tree.c, branch kjarna</title>
<subtitle>[no description]</subtitle>
<id>https://git.adachristine.is/sophia.git/atom/kc/core/vm_tree.c?h=kjarna</id>
<link rel='self' href='https://git.adachristine.is/sophia.git/atom/kc/core/vm_tree.c?h=kjarna'/>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/'/>
<updated>2026-05-26T21:32:27Z</updated>
<entry>
<title>we're bringing kjarna back and not doing the crazy stuff with trying to have task management during efi. that was a bit extra.</title>
<updated>2026-05-26T21:32:27Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2026-05-26T21:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=a10aabfcd52f702057316018cd7847ab2bfe4aa1'/>
<id>urn:sha1:a10aabfcd52f702057316018cd7847ab2bfe4aa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>headers moved around</title>
<updated>2023-01-30T00:05:53Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2023-01-30T00:05:53Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=798b1dc391f424868f5f4bac8937c191ed4716b8'/>
<id>urn:sha1:798b1dc391f424868f5f4bac8937c191ed4716b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix collision with /usr/include/efi/lib.h</title>
<updated>2022-03-23T00:53:35Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-03-23T00:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=26f81e50066e5bb7aeae218094e0f834c405a8c1'/>
<id>urn:sha1:26f81e50066e5bb7aeae218094e0f834c405a8c1</id>
<content type='text'>
squash me
</content>
</entry>
<entry>
<title>many changes</title>
<updated>2022-02-24T01:58:07Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-24T01:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=1923e47fd296399180eaf19b990d5e951d71ccd2'/>
<id>urn:sha1:1923e47fd296399180eaf19b990d5e951d71ccd2</id>
<content type='text'>
- boot time memory allocation has changed. the fractal page map has been
  replaced by a single self-mapped page giving 2MiB of ready virtual
  space to play with without needing a fully-initialized memory manager. this
  scheme may be repeated for other purposes
- the page stack has now been totally overhauled to make use of sparse
  allocation and all of the ugly init_*() procedures are gone. long live
  the new interface. also reference counting is a thing now. sort of.
- found a bug in vmt_init_node where insertion did not use the root node as
  the parent in the case of no predecessor node. whoops.
</content>
</entry>
<entry>
<title>deleted empty function</title>
<updated>2022-01-09T16:06:38Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-09T16:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=84135a015ecdd8ea5bdc7ef7b2e943cf2bab52fe'/>
<id>urn:sha1:84135a015ecdd8ea5bdc7ef7b2e943cf2bab52fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rudimentary virtual memory allocation</title>
<updated>2022-01-08T21:04:17Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-08T21:04:17Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=401d38e95b32696e6edb42c7d395bb7fbd7e0f0e'/>
<id>urn:sha1:401d38e95b32696e6edb42c7d395bb7fbd7e0f0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>page faults now call up the vm_object for the faulting address</title>
<updated>2022-01-02T16:36:09Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-02T16:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=3e522c4976e23acac32e9adee20a6af458e0da5e'/>
<id>urn:sha1:3e522c4976e23acac32e9adee20a6af458e0da5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug in vm_tree.c; adjustments to boot data object space</title>
<updated>2022-01-02T15:31:16Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-02T15:31:16Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=88551ff4da1db1c82adb56cc04e0c872a8e7fd18'/>
<id>urn:sha1:88551ff4da1db1c82adb56cc04e0c872a8e7fd18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in-order successor node</title>
<updated>2022-01-02T04:53:19Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-02T04:53:19Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=6fee34f34c046617245fb33943be552c1c5a4b82'/>
<id>urn:sha1:6fee34f34c046617245fb33943be552c1c5a4b82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vm tree bb</title>
<updated>2022-01-02T02:38:09Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-02T02:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=76cb5ad6bc6d020c4288fe558cfc15259e7807e0'/>
<id>urn:sha1:76cb5ad6bc6d020c4288fe558cfc15259e7807e0</id>
<content type='text'>
</content>
</entry>
</feed>
