<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-34366032</id><updated>2011-04-21T21:19:19.023-07:00</updated><title type='text'>The gnufi Project</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gnufi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://gnufi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Johan Rydberg</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-34366032.post-116130460389926754</id><published>2006-10-19T17:32:00.000-07:00</published><updated>2006-10-19T17:36:43.940-07:00</updated><title type='text'>Variable functionality</title><content type='html'>Most of the variable functionality in the runtime services are now in place.  Implemented as a runtime module they utilize the &lt;span style="font-style: italic;"&gt;variable store&lt;/span&gt; protocol for backing storage.  Currently only a memory store is implemented that can keep variables for duration of boot- and runtime services. The next step is to implement a non-volatile store that keeps the variables in a special file on the system partition.&lt;br /&gt;&lt;br /&gt;An open question is how to detect which partition is the system partition. If the disk uses the GPT scheme the partition can be detected using the partition GUID. But what about disks with MBR partitions? Should the partition that contains a &lt;span style="font-style: italic;"&gt;\efi &lt;/span&gt;directory be picked?  Should some other algorithm be used?  Suggestions are welcome.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34366032-116130460389926754?l=gnufi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufi.blogspot.com/feeds/116130460389926754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34366032&amp;postID=116130460389926754' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/116130460389926754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/116130460389926754'/><link rel='alternate' type='text/html' href='http://gnufi.blogspot.com/2006/10/variable-functionality.html' title='Variable functionality'/><author><name>Johan Rydberg</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34366032.post-116108968680974878</id><published>2006-10-17T05:50:00.000-07:00</published><updated>2006-10-17T05:54:46.810-07:00</updated><title type='text'>Work in progress</title><content type='html'>I've been quite busy the last couple of weeks, not working on &lt;span style="font-style: italic;"&gt;gnufi&lt;/span&gt;. What a shame. But I've managed to get some small things done; the ext2 file system driver is somewhat working. It is possible to list the contents directories and most likely read files.  I'll try that later. The next step is to start working in a kick-ass simple boot manager.&lt;br /&gt;&lt;br /&gt;When all that is done I'll register a project at Savannah and release the sources, provided that the copyright assignment has worked out as it should.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34366032-116108968680974878?l=gnufi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufi.blogspot.com/feeds/116108968680974878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34366032&amp;postID=116108968680974878' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/116108968680974878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/116108968680974878'/><link rel='alternate' type='text/html' href='http://gnufi.blogspot.com/2006/10/work-in-progress.html' title='Work in progress'/><author><name>Johan Rydberg</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34366032.post-115934532651974921</id><published>2006-09-27T01:15:00.000-07:00</published><updated>2006-09-27T01:22:06.530-07:00</updated><title type='text'>Refactoring</title><content type='html'>I've started to refactoring the code a bit, doing cleanups and moving code around.  This will result in a flatter source tree.  I'll probably also get rid of the &lt;span style="font-style: italic;"&gt;include  &lt;/span&gt; directory, moving its contents down to the root.&lt;br /&gt;&lt;br /&gt;I'm slowly working my way to a 0.0 release.  Things left to do is;&lt;br /&gt;&lt;br /&gt;* implement an ext2 file system driver,&lt;br /&gt;* add a 'variable driver' that stores variables on disk, and&lt;br /&gt;* write a simple boot manager&lt;br /&gt;&lt;br /&gt;The boot manager should be responsible for booting GRUB2 from disk. When that is done, my next focus is to get the whole thing running on LinuxBIOS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34366032-115934532651974921?l=gnufi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufi.blogspot.com/feeds/115934532651974921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34366032&amp;postID=115934532651974921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/115934532651974921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/115934532651974921'/><link rel='alternate' type='text/html' href='http://gnufi.blogspot.com/2006/09/refactoring.html' title='Refactoring'/><author><name>Johan Rydberg</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34366032.post-115870068952500374</id><published>2006-09-19T14:15:00.000-07:00</published><updated>2006-09-19T14:18:09.533-07:00</updated><title type='text'>gnufi dubed an official GNU package.</title><content type='html'>rms has agreed and dubed &lt;span style="font-style:italic;"&gt;gnufi&lt;/span&gt; an official GNU package.  As soon as copyright issues has been settled, I'll go ahead and create a project at &lt;a href="http://savannah.gnu.org"&gt;Savannah&lt;/a&gt;.  The only problem is that I use &lt;a href="http://www.bazaar-vcs.org"&gt;bazaar&lt;/a&gt; to version control my sources, and Savannah do not support that yet.  But they do support GNU Arch, which also use &lt;span style="font-style:italic;"&gt;dumb&lt;/span&gt; transports, so it might work anyway.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34366032-115870068952500374?l=gnufi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufi.blogspot.com/feeds/115870068952500374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34366032&amp;postID=115870068952500374' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/115870068952500374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/115870068952500374'/><link rel='alternate' type='text/html' href='http://gnufi.blogspot.com/2006/09/gnufi-dubed-official-gnu-package.html' title='gnufi dubed an official GNU package.'/><author><name>Johan Rydberg</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34366032.post-115819158039724366</id><published>2006-09-13T16:48:00.000-07:00</published><updated>2006-10-17T05:50:08.936-07:00</updated><title type='text'>Linux kernel booting</title><content type='html'>Finally,&lt;br /&gt;&lt;br /&gt;After messing around with runtime mappings, hacking runtime drivers and moving memory around to not get overwritten by Linux, I finally got the kernel booting.  There are still some problems; the kernel is complaining about a few things;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Setting up standard PCI resources&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;EFI: Failed to allocate res Reserved Memory : 0x0-0xffffffff&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;EFI: Failed to allocate res Reserved Memory : 0x0-0xffffffff&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;EFI: Failed to allocate res Reserved Memory : 0x0-0xffffffff&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Speaking of which; GRUB2 should probably not allow to boot bzImages on EFI platforms, since the decompression code does not care about the memory map at all.  The decompress code thinks it is OK to write over low memory (0x1000 to 0x90000).  BAD LINUX, BAD!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34366032-115819158039724366?l=gnufi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gnufi.blogspot.com/feeds/115819158039724366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34366032&amp;postID=115819158039724366' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/115819158039724366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34366032/posts/default/115819158039724366'/><link rel='alternate' type='text/html' href='http://gnufi.blogspot.com/2006/09/linux-kernel-booting.html' title='Linux kernel booting'/><author><name>Johan Rydberg</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
