<?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-9232906</id><updated>2011-07-14T17:35:09.447-07:00</updated><title type='text'>SIGOS (TCE)</title><subtitle type='html'>This is group of geeks from TCE whose primal interest is Operating System developement.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Arun Ponniah Sethuramalingam</name><uri>http://www.blogger.com/profile/08481706269644325348</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://3.bp.blogspot.com/_a9_Q3e4lKEQ/Se5-vXvR1II/AAAAAAAACPM/Lu6eU7js1Ew/S220/sap_03.jpeg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9232906.post-111122554366238027</id><published>2005-03-19T00:56:00.000-08:00</published><updated>2005-03-19T01:45:43.663-08:00</updated><title type='text'>Memory Manager preliminar Design</title><content type='html'>Me and Ponniah has started the coding for memory manager preliminary code few weeks ago. The sequence of events after memory manager starts are:&lt;br /&gt;1. Counts the number of pages in the Main Memory:&lt;br /&gt;            This is done by writing a value to a start of a page and then reading it again. If the written and read value are the same then the page exists else page doesnot exsits. A counter is incremented if page exists. The value of counter is the number of pages.&lt;br /&gt;&lt;br /&gt;2.  Create a bit map for the Occupied Pages:&lt;br /&gt;             Initally grub loads some modules in the memory those pages are to be found from the Kernel's command line arguments and those pages are marked as used.  A page is allocated for creating this bit map.&lt;br /&gt;&lt;br /&gt;3.  Allocating a Page and Deallocating a Page are to be coded.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-111122554366238027?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/111122554366238027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=111122554366238027' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/111122554366238027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/111122554366238027'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2005/03/memory-manager-preliminar-design.html' title='Memory Manager preliminar Design'/><author><name>Balamurugan,S</name><uri>http://www.blogger.com/profile/01728878484818081653</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='25' src='http://1.bp.blogspot.com/_yKU0y7RBmr8/THThjr_oWII/AAAAAAAAEpI/6BGoHYtQwTI/S220/BALA.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110644885246422295</id><published>2005-01-22T18:14:00.000-08:00</published><updated>2005-01-22T18:54:12.463-08:00</updated><title type='text'>Preparing a design document </title><content type='html'>Guys, Will one of you take the responsibility of preparing a design document. Please use TexInfo format. That ways we can convert it to a number of other formats. The draft posted by sap is a good start. Please put it into a document and lets get this thing rolling..&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110644885246422295?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110644885246422295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110644885246422295' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110644885246422295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110644885246422295'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2005/01/preparing-design-document.html' title='Preparing a design document '/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110632799608950046</id><published>2005-01-21T09:18:00.000-08:00</published><updated>2005-01-21T09:21:23.650-08:00</updated><title type='text'>Discussion on base goatee design - Minutes</title><content type='html'>Place : Joe's house&lt;br /&gt;People attended : Joe, SAP, Bala, Mani, Keyan, Bara&lt;br /&gt;&lt;br /&gt;The different tasks we have decided to write now are&lt;br /&gt;&lt;br /&gt;   (0) Task 0 (root task, still unnamed!!)&lt;br /&gt;   (1) Memory manager&lt;br /&gt;   (2) Pager and Physical memory management&lt;br /&gt;   (3) Process Manager&lt;br /&gt;&lt;br /&gt;The detailed functionalities of different tasks are below.&lt;br /&gt;&lt;br /&gt;Task 0 :&lt;br /&gt;- Has to maintain a table whose entries are the different modules to be loaded. The base addresses of these modules can be obtained from the resource table that is provided by the kernel.&lt;br /&gt;- Has to load (start) all the modules.&lt;br /&gt;- Has to put an entry in the task table after a process has been scheduled to run by the Process Manager.&lt;br /&gt;&lt;br /&gt;Memory Manager :&lt;br /&gt;- Has to process the requests for memory from the Process Manager while creating a new process.&lt;br /&gt;- Has to assign (not allocate) virtual memory pages for the requested process.&lt;br /&gt;- Has to maintain a structure that maps the different pages allocated to different processes.&lt;br /&gt;- Has to define policies on which processes can access which pages and how many number of pages can be allocated to the different processes.&lt;br /&gt;- Has to maintain the memory map (forgot whats this, someone please explain).&lt;br /&gt;- Has to free the entries in the structure defined above, when a process is done (completed).&lt;br /&gt;&lt;br /&gt;Pager :&lt;br /&gt;- Has to handle the page faults.&lt;br /&gt;- Has to maintain information of which pages should not be swapped out (for examples, the pages of this Pager, pages of the swap device, etc).&lt;br /&gt;- Has to maintain the information abt which sections in the secondary storage belongs to which process. This is used when a new process is started to run (the next point says abt this).&lt;br /&gt;- Has to allocate pages when the page fault occurs (when the process is loaded to run for the first time).&lt;br /&gt;- Has deallocate pages when a process is done.&lt;br /&gt;&lt;br /&gt;Process Manager :&lt;br /&gt;- Maintains the process table.&lt;br /&gt;- Scheduling of processes is done here.&lt;br /&gt;- Has to make an ITC (to make an entry in the task table), when a process is scheduled to run.&lt;br /&gt;- Has to receive fork requests and process them.&lt;br /&gt;- Setting the priorities for different processes.&lt;br /&gt;- A process table entry caotains the following fields&lt;br /&gt;    pid&lt;br /&gt;    uid, gid&lt;br /&gt;    euid, eguid&lt;br /&gt;    status&lt;br /&gt;    registers&lt;br /&gt;    stack&lt;br /&gt;    priority&lt;br /&gt;    is this process has an entry in the task table&lt;br /&gt;&lt;br /&gt;PS : I have written all those that have come to to my mind. Its now like a scrap. You need to make changes so that the final copy is proper&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110632799608950046?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110632799608950046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110632799608950046' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110632799608950046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110632799608950046'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2005/01/discussion-on-base-goatee-design.html' title='Discussion on base goatee design - Minutes'/><author><name>Arun Ponniah Sethuramalingam</name><uri>http://www.blogger.com/profile/08481706269644325348</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://3.bp.blogspot.com/_a9_Q3e4lKEQ/Se5-vXvR1II/AAAAAAAACPM/Lu6eU7js1Ew/S220/sap_03.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110286809945816328</id><published>2004-12-12T08:14:00.000-08:00</published><updated>2004-12-12T08:14:59.456-08:00</updated><title type='text'>Need for code examples in OS course</title><content type='html'>Recently TCE had some syllabus revisions done for the computer science dept. I heard that the people in charge unanimously rejected the idea of including portions of MINIX into the curriculum.&lt;br /&gt;&lt;br /&gt;A course in OS usually contains topics such as process, IPC, deadlocks, etc.. However these theoretical topics are inadequate. The student does not usually get the full picture or atleast a gross idea of how the thing works. Often students tend to think that an OS is something that belongs to a completely different world. They dont think of applying those concepts in their day to day programming. This is a case seen widely in CSE courses across TamilNadu and probably all over India. &lt;br /&gt;&lt;br /&gt;I think a course on OS should contain some code example. An ideal choice would be the Linux kernel. However, the Linux kernel is a production system and hence would not be that helpful to a new learner. MINIX is a good choice. The book "OS implementation and design" by Prof. A.S.Tanenbaum explains MINIX in a way that would be easily understood by the students. &lt;br /&gt;&lt;br /&gt;Such a approach would bring the students to a higher level. They'll get trained to understand code written by other people. They'll be encouraged to read other's code and ideas before implementing their own.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110286809945816328?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110286809945816328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110286809945816328' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110286809945816328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110286809945816328'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2004/12/need-for-code-examples-in-os-course.html' title='Need for code examples in OS course'/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110271095191489021</id><published>2004-12-10T12:35:00.000-08:00</published><updated>2004-12-10T12:35:51.913-08:00</updated><title type='text'>KernelAnalysis-HOWTO: Linux Multitasking</title><content type='html'>Need this to fine tune the timer.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.tldp.org/HOWTO/KernelAnalysis-HOWTO-6.html"&gt;KernelAnalysis-HOWTO: Linux Multitasking&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110271095191489021?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110271095191489021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110271095191489021' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110271095191489021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110271095191489021'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2004/12/kernelanalysis-howto-linux.html' title='KernelAnalysis-HOWTO: Linux Multitasking'/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110270219385428145</id><published>2004-12-10T10:09:00.000-08:00</published><updated>2004-12-10T10:09:53.853-08:00</updated><title type='text'>Interesting OS projects</title><content type='html'>Kernel architecture is one thing.. OS architecture is another..&lt;br /&gt;&lt;br /&gt;The Plan 9 OS: http://www.cs.bell-labs.com/plan9dist/&lt;br /&gt;The Inferno OS: http://c2.com/cgi/wiki?InfernoOs&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110270219385428145?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110270219385428145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110270219385428145' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110270219385428145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110270219385428145'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2004/12/interesting-os-projects.html' title='Interesting OS projects'/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110270184760659904</id><published>2004-12-10T10:04:00.000-08:00</published><updated>2004-12-10T10:04:07.606-08:00</updated><title type='text'>Google Search: elf 32 specification</title><content type='html'>Some references on ELF specification. This is needed for the relocation of the first task.&lt;br /&gt;&lt;br /&gt;http://www.skyfree.org/linux/references/ELF_Format.pdf&lt;br /&gt;http://developers.sun.com/solaris/articles/elf.html&lt;br /&gt;http://www.cs.princeton.edu/courses/archive/fall04/cos217/reading/elf.pdf&lt;br /&gt;http://refspecs.freestandards.org/LSB_2.0.0/LSB-Core-S390X/LSB-Core-S390X/s390x-elf.html&lt;br /&gt;http://refspecs.freestandards.org/LSB_2.0.0/LSB-Core/LSB-Core/generic-elf.html&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110270184760659904?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110270184760659904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110270184760659904' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110270184760659904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110270184760659904'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2004/12/google-search-elf-32-specification.html' title='Google Search: elf 32 specification'/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110264463313029456</id><published>2004-12-09T18:10:00.000-08:00</published><updated>2004-12-09T18:10:33.130-08:00</updated><title type='text'>Patent Prescription</title><content type='html'>An interesting article on the increasing irrelevance of the patent system &lt;br /&gt;&lt;br /&gt;http://www.spectrum.ieee.org/careers/careerstemplate.jsp?ArticleId=i120204&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110264463313029456?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110264463313029456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110264463313029456' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110264463313029456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110264463313029456'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2004/12/patent-prescription.html' title='Patent Prescription'/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110116657781183457</id><published>2004-11-22T15:32:00.000-08:00</published><updated>2004-11-22T15:36:17.810-08:00</updated><title type='text'>Race while modifying the task structures??</title><content type='html'>Well, this is a concern that has hit my head lately. When exposing the kernel structures to user tasks, I did not think about the race conditions that might arise. For example, when the task_table is being updated., (may be in the process of creation of a new driver task to handle a interrupt), if a spurious interrupt turns up, then it is possible that the task_table might be in a inconsistent state. Now, this calls for measures of avoiding race. Well, should cook up some hack to come about this.&lt;br /&gt;&lt;br /&gt;I dont think that this problem would arise if the number of tasks actually manipulating these tables stays to a handful. However, this issue needs to be investigated.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110116657781183457?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110116657781183457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110116657781183457' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110116657781183457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110116657781183457'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2004/11/race-while-modifying-task-structures.html' title='Race while modifying the task structures??'/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9232906.post-110116606551722948</id><published>2004-11-22T15:20:00.000-08:00</published><updated>2004-11-22T15:31:08.003-08:00</updated><title type='text'>Striking similarity between L4 and our Mexokernel</title><content type='html'>I just happened to notice a similarity between the L4 microkernel and the design that I've been working on., our dear Mexokernel. The L4 has a region of memory called the KIP (Kernel interface page). This page has some details which may be used by user programs. The L4 supports threads and address spaces. Each address space should have atleast one thread. Also, the creation of address space is done by a user land program. It creates a address space and configures it to run the first thread in it. Each address space can have multiple threads (there is a hard limit on this). Now, this multiple threads can modify their information table (user thread control block). These are in the user region., but the kernel uses these blocks to do the multitasking. Hence, a per address space, thread control is done completely in the code running in the address space.&lt;br /&gt;&lt;br /&gt;There is a transcript of an interesting conversation about the L4 and hurd-l4 on #hurd@irc.freenode.net in &lt;a href="http://gnukid.blogspot.com/2004/11/transcripts-from-hurd.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now, in our case we dont have address spaces or threads. We have execution-states. We also export a set of pages containing data structures. But in our case, these data structures can be modified. Now, this is the beauty. I hope to avoid a number of task switches this way. Morover, this way we can actually give a lot of liberty to the userland code. However we should develop on this model to see more of this,&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9232906-110116606551722948?l=sigos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sigos.blogspot.com/feeds/110116606551722948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9232906&amp;postID=110116606551722948' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110116606551722948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9232906/posts/default/110116606551722948'/><link rel='alternate' type='text/html' href='http://sigos.blogspot.com/2004/11/striking-similarity-between-l4-and-our.html' title='Striking similarity between L4 and our Mexokernel'/><author><name>Da Rodent</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://2.bp.blogspot.com/_XxTspUGYn8Y/TLVBSd9NccI/AAAAAAAAAEg/1bbek7lHYLg/S220/ed.jpg'/></author><thr:total>0</thr:total></entry></feed>
