<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/teachos/kernel.git/kernel/src/memory.cpp, branch develop-BA-FS26</title>
<subtitle>An educational OS kernel</subtitle>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/'/>
<entry>
<title>chore: banish relative includes</title>
<updated>2026-04-23T12:15:18+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-04-23T12:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=f6f10575f75ac23d06e1d94f7861611503daa7af'/>
<id>f6f10575f75ac23d06e1d94f7861611503daa7af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: organize includes</title>
<updated>2026-04-23T11:31:17+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-04-23T11:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=2d8fed40bd0d0f8144783b6b344dc79944291b72'/>
<id>2d8fed40bd0d0f8144783b6b344dc79944291b72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kstd: introduce strong type for memory amounts</title>
<updated>2026-03-18T16:18:37+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-18T16:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=e7ccb96aecae7b231fb05818d7e45a767aebc31d'/>
<id>e7ccb96aecae7b231fb05818d7e45a767aebc31d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/memory: add more logging statements</title>
<updated>2026-03-16T09:49:53+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T09:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=f85d95627cf2bfed4f399fdac167e9877fe8e87c'/>
<id>f85d95627cf2bfed4f399fdac167e9877fe8e87c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/memory: rename free list allocator</title>
<updated>2026-03-16T07:52:08+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T07:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=b67872907249bed3bad141fae97350959bffb009'/>
<id>b67872907249bed3bad141fae97350959bffb009</id>
<content type='text'>
It is not really a free list allocator, but rather a block list
allocator, since it contains both free and used blocks in the same list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not really a free list allocator, but rather a block list
allocator, since it contains both free and used blocks in the same list.
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/memory: implement basic free-list heap</title>
<updated>2026-03-16T07:34:13+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T07:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=64bf7fcf58ced023be1701ed4508e38f746d40b8'/>
<id>64bf7fcf58ced023be1701ed4508e38f746d40b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
