<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sophia.git/kc/core/memory/page_stack.c, branch main</title>
<subtitle>[no description]</subtitle>
<id>https://git.adachristine.is/sophia.git/atom/kc/core/memory/page_stack.c?h=main</id>
<link rel='self' href='https://git.adachristine.is/sophia.git/atom/kc/core/memory/page_stack.c?h=main'/>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/'/>
<updated>2022-03-14T20:59:18Z</updated>
<entry>
<title>some updates to page handling</title>
<updated>2022-03-14T20:59:18Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-03-14T14:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=73e5768d3a159b2e9b554fa5396a759f3d283c6c'/>
<id>urn:sha1:73e5768d3a159b2e9b554fa5396a759f3d283c6c</id>
<content type='text'>
whoops

squash me
</content>
</entry>
<entry>
<title>don't decrement references on non-physical pages</title>
<updated>2022-02-24T19:16:09Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-24T19:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=54ba636ecc8cbd44776c998a68a666b0b6f6abae'/>
<id>urn:sha1:54ba636ecc8cbd44776c998a68a666b0b6f6abae</id>
<content type='text'>
</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>
</feed>
