<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kfs.git, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/kfs.git/atom?h=master</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/kfs.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/'/>
<updated>2015-10-29T13:26:48+00:00</updated>
<entry>
<title>kfs: added an example as main() function</title>
<updated>2015-10-29T13:26:48+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-29T13:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=130affb98ac8d7b12d6d9f701041f7b0b6ead277'/>
<id>urn:sha1:130affb98ac8d7b12d6d9f701041f7b0b6ead277</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: added the serial print</title>
<updated>2015-10-29T13:25:57+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-29T13:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=74eb20d8c4810b7757d85f7066359a566621a661'/>
<id>urn:sha1:74eb20d8c4810b7757d85f7066359a566621a661</id>
<content type='text'>
* 38400 bauds
* 1 stop bit
* no parity check
* 8 bits words

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: use a Makefile variable to control the graphics display</title>
<updated>2015-10-29T13:24:23+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-29T13:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=e7edce9f232e1359097793b2610e04b16dab7f7e'/>
<id>urn:sha1:e7edce9f232e1359097793b2610e04b16dab7f7e</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: updated Makefile</title>
<updated>2015-10-29T11:15:35+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-29T11:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=bc1d737e80aeb09577ec936509da7241e245b173'/>
<id>urn:sha1:bc1d737e80aeb09577ec936509da7241e245b173</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: fixed the printing on the frame buffer</title>
<updated>2015-10-11T21:48:19+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-11T11:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=9b5760aa26108d5dd8ef6a4defadeeba0efc9630'/>
<id>urn:sha1:9b5760aa26108d5dd8ef6a4defadeeba0efc9630</id>
<content type='text'>
when clearing a line, we used to set the second byte to 0, which means
black foreground on black background. Thus, it looked like nothing was
written anymore afterwards.

Fixed by setting the foreground to white.

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: fixed printk</title>
<updated>2015-10-10T09:28:13+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-10T09:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=e885241b95d3784b5206fa6fbad7aa6861e8bd48'/>
<id>urn:sha1:e885241b95d3784b5206fa6fbad7aa6861e8bd48</id>
<content type='text'>
every character to be displayed on the screen is two bytes long, not one

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: fixed Makefile</title>
<updated>2015-10-10T09:19:59+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-10T09:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=59974248187229378f1df28b224a2d02e2d13fe4'/>
<id>urn:sha1:59974248187229378f1df28b224a2d02e2d13fe4</id>
<content type='text'>
* we removed the option -nographic to be able to display the framebuffer.
* the execution of qemu is done as a body of a rule

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: added the build system</title>
<updated>2015-10-10T09:08:53+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-10T09:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=a9dbef9185854c1b94fb79dc7cfecbe34638c65b'/>
<id>urn:sha1:a9dbef9185854c1b94fb79dc7cfecbe34638c65b</id>
<content type='text'>
it includes a startup file written in assembly, the Makefile and a ld
custom script meant to build link the kernel properly.

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: fixed compilation of src/main.c</title>
<updated>2015-10-10T09:07:15+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-10T09:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=0abf506ae1a5e3c352c40096b20e9986623169b1'/>
<id>urn:sha1:0abf506ae1a5e3c352c40096b20e9986623169b1</id>
<content type='text'>
multiple issues existed (mainly about cast) have been fixed.

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>kfs: move the source files to follow the arborescence asked</title>
<updated>2015-10-10T08:28:24+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-10-10T08:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/kfs.git/commit/?id=c51fa1f0e9b7ce6691d140245d48e4c843782f68'/>
<id>urn:sha1:c51fa1f0e9b7ce6691d140245d48e4c843782f68</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
</feed>
