<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sophia.git/kc/core/memory.c, branch kjarna</title>
<subtitle>[no description]</subtitle>
<id>https://git.adachristine.is/sophia.git/atom/kc/core/memory.c?h=kjarna</id>
<link rel='self' href='https://git.adachristine.is/sophia.git/atom/kc/core/memory.c?h=kjarna'/>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/'/>
<updated>2022-02-24T01:58:07Z</updated>
<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>moving files around</title>
<updated>2022-02-20T23:50:43Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-20T23:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=6002ec7d841d91d85cc55733c539594c97fc2e30'/>
<id>urn:sha1:6002ec7d841d91d85cc55733c539594c97fc2e30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>many changes have happned</title>
<updated>2022-02-17T13:40:55Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-17T13:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=9b63c0000b2e0d9d0a306e56dbc7bc28403e5549'/>
<id>urn:sha1:9b63c0000b2e0d9d0a306e56dbc7bc28403e5549</id>
<content type='text'>
- updates to panic() interface
- genericized timer interface
- (yet unused) additions to task management
</content>
</entry>
<entry>
<title>beginning to things out into cpu-dependent and cpu-independent code</title>
<updated>2022-02-15T15:00:53Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-15T15:00:53Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=5fc386102380e6c15c81df4fd750f54641535eaa'/>
<id>urn:sha1:5fc386102380e6c15c81df4fd750f54641535eaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exception changes</title>
<updated>2022-02-13T12:26:58Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-13T12:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=c1d179d50751d0ce08dc2b009fc5e334d20db11a'/>
<id>urn:sha1:c1d179d50751d0ce08dc2b009fc5e334d20db11a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>header reworking, beginning memory.c refactoring</title>
<updated>2022-02-04T10:41:24Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-04T10:41:24Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=7b91c46a8ebf38b2c1c80c1f1e63c4d4dfd10640'/>
<id>urn:sha1:7b91c46a8ebf38b2c1c80c1f1e63c4d4dfd10640</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't pass kernel boot parameters to init functions, just use an accessor</title>
<updated>2022-02-03T19:46:07Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-02-03T19:46:07Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=f0c062df0c2a674d67af12eb5e18f22bd8412c15'/>
<id>urn:sha1:f0c062df0c2a674d67af12eb5e18f22bd8412c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>entering the idle task appears to work</title>
<updated>2022-01-17T14:03:39Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-17T14:03:39Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=4130fbcdcfd2baa6d1f9b065ce34afa2a339f670'/>
<id>urn:sha1:4130fbcdcfd2baa6d1f9b065ce34afa2a339f670</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initialize outside of the check</title>
<updated>2022-01-17T11:40:01Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-17T11:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=dc7152c1cc6412871e1120ed53fb94ed386613cc'/>
<id>urn:sha1:dc7152c1cc6412871e1120ed53fb94ed386613cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new header vm_object.h</title>
<updated>2022-01-10T00:59:00Z</updated>
<author>
<name>Ada Christine</name>
<email>adachristine18@gmail.com</email>
</author>
<published>2022-01-10T00:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.adachristine.is/sophia.git/commit/?id=6dfbb3850ac99945de12251f99867c1edff9036c'/>
<id>urn:sha1:6dfbb3850ac99945de12251f99867c1edff9036c</id>
<content type='text'>
</content>
</entry>
</feed>
