<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uff-os/kernel, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/uff-os/atom?h=master</id>
<link rel='self' href='https://git.kobert.dev/uff-os/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/'/>
<updated>2019-11-27T00:46:33Z</updated>
<entry>
<title>Implement proto Keyboard handling</title>
<updated>2019-11-27T00:46:33Z</updated>
<author>
<name>Dennis Kobert</name>
<email>dennis@kobert.dev</email>
</author>
<published>2019-11-27T00:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=2701fe07b4c8c9b6a36112c98fbfc900acbd6cf3'/>
<id>urn:sha1:2701fe07b4c8c9b6a36112c98fbfc900acbd6cf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix memory mapping for LAIC and setup it's paging</title>
<updated>2019-11-20T02:47:08Z</updated>
<author>
<name>Dennis Kobert</name>
<email>dennis@kobert.dev</email>
</author>
<published>2019-11-20T02:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=0cb231bd3de9bcd4c39064399211fbd2fbc6237e'/>
<id>urn:sha1:0cb231bd3de9bcd4c39064399211fbd2fbc6237e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix apic register address and ordering</title>
<updated>2019-11-19T18:16:09Z</updated>
<author>
<name>natrixaeria</name>
<email>upezu@student.kit.edu</email>
</author>
<published>2019-11-19T18:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=78ed9468fb817ffa225b8af3cfdd124c8e37d320'/>
<id>urn:sha1:78ed9468fb817ffa225b8af3cfdd124c8e37d320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://git.kobert.dev/uff-os</title>
<updated>2019-11-17T19:11:50Z</updated>
<author>
<name>Dennis Kobert</name>
<email>dennis@kobert.dev</email>
</author>
<published>2019-11-17T19:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=8609aa594e61e8789471cc8f540ee4787024509a'/>
<id>urn:sha1:8609aa594e61e8789471cc8f540ee4787024509a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add interrupt handlers</title>
<updated>2019-11-17T19:11:02Z</updated>
<author>
<name>Dennis Kobert</name>
<email>dennis@kobert.dev</email>
</author>
<published>2019-11-17T19:11:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=ed8c588f0a6ffa62d35c735daac517902da8788a'/>
<id>urn:sha1:ed8c588f0a6ffa62d35c735daac517902da8788a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable PIC through IO port write</title>
<updated>2019-11-17T13:33:03Z</updated>
<author>
<name>natrixaeria</name>
<email>upezu@student.kit.edu</email>
</author>
<published>2019-11-17T13:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=ddb4f151c8e49b9e3108d2dfe7685d8fe83c42c5'/>
<id>urn:sha1:ddb4f151c8e49b9e3108d2dfe7685d8fe83c42c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Repare broken code</title>
<updated>2019-11-15T20:53:15Z</updated>
<author>
<name>natrixaeria</name>
<email>upezu@student.kit.edu</email>
</author>
<published>2019-11-15T20:53:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=bd2e2835d5507f6df908640a151aa1093206f075'/>
<id>urn:sha1:bd2e2835d5507f6df908640a151aa1093206f075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of dennis:/var/repos/uff-os</title>
<updated>2019-11-15T20:38:40Z</updated>
<author>
<name>natrixaeria</name>
<email>upezu@student.kit.edu</email>
</author>
<published>2019-11-15T20:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=5e849967177a2ea639e783e847974db00cce2fff'/>
<id>urn:sha1:5e849967177a2ea639e783e847974db00cce2fff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initiate timer interrupt</title>
<updated>2019-11-15T20:37:42Z</updated>
<author>
<name>natrixaeria</name>
<email>upezu@student.kit.edu</email>
</author>
<published>2019-11-15T20:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=fb02b294051e28137316225569b81a690e554630'/>
<id>urn:sha1:fb02b294051e28137316225569b81a690e554630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Interrupts enum to InterruptType</title>
<updated>2019-11-15T20:20:38Z</updated>
<author>
<name>Dennis Kobert</name>
<email>dennis@kobert.dev</email>
</author>
<published>2019-11-15T20:20:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/uff-os/commit/?id=564dc1d1407055777b400e42f9a86a58b9921473'/>
<id>urn:sha1:564dc1d1407055777b400e42f9a86a58b9921473</id>
<content type='text'>
</content>
</entry>
</feed>
