<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/teachos/kernel.git/kernel, branch develop</title>
<subtitle>An educational OS kernel</subtitle>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/'/>
<entry>
<title>kernel/heap: fix infinite allocation loop</title>
<updated>2026-03-16T13:31:52+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T13:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=b014f1cd12262afee9933d7c07d61242edc28a95'/>
<id>b014f1cd12262afee9933d7c07d61242edc28a95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/heap: improve large alignment handling</title>
<updated>2026-03-16T12:55:09+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T12:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=72a54c9eb186735cad3f9e0b98cc2b2385220fee'/>
<id>72a54c9eb186735cad3f9e0b98cc2b2385220fee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x86_64/memory: fix page table flag setting</title>
<updated>2026-03-16T10:29:42+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T10:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=5c251debfbef98360f2e00c938ef88d652469493'/>
<id>5c251debfbef98360f2e00c938ef88d652469493</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>kapi/memory: support additional address arithmetic</title>
<updated>2026-03-16T09:38:54+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T09:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=80ae75bf039820ecb332ae1ab86ef6ce4e2675e4'/>
<id>80ae75bf039820ecb332ae1ab86ef6ce4e2675e4</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: clean up new/delete implementations</title>
<updated>2026-03-16T08:37:47+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T08:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=d9a653e66d3e7ce3a93219626b281d727e51e2a9'/>
<id>d9a653e66d3e7ce3a93219626b281d727e51e2a9</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/heap: remove debug code</title>
<updated>2026-03-16T07:48:25+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-16T07:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=4eb11660539e644e491ed5cf7e7918c3dc7baddd'/>
<id>4eb11660539e644e491ed5cf7e7918c3dc7baddd</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: 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>
<entry>
<title>kapi/memory: introduce layout constant header</title>
<updated>2026-03-14T16:21:36+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-03-14T16:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=1e23bfc850f0ca126bff3c56c86419ab1570c96e'/>
<id>1e23bfc850f0ca126bff3c56c86419ab1570c96e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
