<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page boot-loader 
             and everything recently tagged boot-loader -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>boot-loader on SWiK</title>
        <doap:name>boot-loader</doap:name>
        <doap:description>&lt;p&gt;A boot loader is a program that resides in the starting sectors of a disk, e.g., the &lt;a class="wikilink" href="http://swik.net/MBR"&gt;&lt;span class="caps"&gt;MBR&lt;/span&gt;&lt;/a&gt; (Master Boot Record) of the hard disk. After testing the system during bootup, the &lt;span class="caps"&gt;BIOS&lt;/span&gt; (Basic Input/Output System) tranfers control to the &lt;span class="caps"&gt;MBR&lt;/span&gt; if the system is set to be booted from there.&lt;/p&gt;


	&lt;p&gt;Then the program residing in &lt;span class="caps"&gt;MBR&lt;/span&gt; gets executed. This program is called the boot loader. Its duty is to transfer control to the &lt;a class="wikilink" href="http://swik.net/os"&gt;operating system&lt;/a&gt;, which will then proceed with the boot process.&lt;/p&gt;
</doap:description>
        <description>A boot loader is a program that resides in the starting sectors of a disk, e.g., the MBR (Master Boot Record) of the hard disk. After testing the system during bootup, the BIOS (Basic Input/Output System) tranfers control to the MBR if the system is set to be booted from there.


	Then the program residing in MBR gets executed. This program is called the boot loader. Its duty is to transfer control to the operating system, which will then proceed with the boot process.
</description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/boot-loader</link>
        <doap:homepage></doap:homepage>
        
        <pubDate>Thu, 27 Oct 2005 18:40:03 -0700</pubDate>
        <lastBuildDate>Thu, 27 Oct 2005 18:40:03 -0700</lastBuildDate>
            
        <item>
            <title>LILO</title>
            <link>http://swik.net/LILO</link>
            <doap:name>LILO</doap:name>
            <description>&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;LILO&lt;/span&gt; is a &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Boot-loader&quot;&gt;Boot loader&lt;/a&gt; for &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Linux&quot;&gt;Linux&lt;/a&gt;/x86 and other PC operating systems.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://tldp.org/HOWTO/LILO.html'/>
                    <category>linux</category>
        <category>boot</category>
        <category>boot-loader</category>
        <category>lilo</category>
        <category>License:BSD</category>
                                              
            <pubDate>Mon, 08 Aug 2005 17:11:12 -0700</pubDate>
        </item>

        <item>
            <title>Gujin</title>
            <link>http://swik.net/gujin</link>
            <doap:name>gujin</doap:name>
            <description>&lt;p&gt;Gujin is a PC &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/boot-loader&quot;&gt;boot loader&lt;/a&gt; which can analyze your filesystems.&lt;/p&gt;


	&lt;p&gt;Gujin finds the &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Linux&quot;&gt;Linux&lt;/a&gt; kernel images available, as well as other bootable partitions (for &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/BSD&quot;&gt;*BSD&lt;/a&gt;, &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/MS-DOS&quot;&gt;MS-DOS&lt;/a&gt;, &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Windows&quot;&gt;Windows&lt;/a&gt;, etc.), and displays a graphical menu for selecting which system to boot.&lt;/p&gt;


	&lt;p&gt;Because it understands the structure of Linux kernel images, Gujin does not need &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/LILO&quot;&gt;&lt;span class=&quot;caps&quot;&gt;LILO&lt;/span&gt;&lt;/a&gt; and can even load very big kernels. There is no need to execute anything after making a new kernel: just copy the kernel image file into the &amp;#8221;/boot&amp;#8221; directory. Gujin is written almost entirely in &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/C&quot;&gt;C&lt;/a&gt; with &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/GCC&quot;&gt;&lt;span class=&quot;caps&quot;&gt;GCC&lt;/span&gt;&lt;/a&gt;, and it fully executes in real mode to be as compatible as possible.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://gujin.org/'/>
                    <category>gujin</category>
        <category>linux</category>
        <category>boot-loader</category>
        <category>bootloader</category>
        <category>bootmanager</category>
        <category>MBR</category>
        <category>initrd</category>
                                              
            <pubDate>Wed, 25 Jan 2006 02:03:53 -0800</pubDate>
        </item>

        <item>
            <title>GNU Grub</title>
            <link>http://swik.net/grub</link>
            <doap:name>grub</doap:name>
            <description>&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;GNU GRUB&lt;/span&gt; is a Multiboot &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/boot-loader&quot;&gt;boot loader&lt;/a&gt;. It was derived from &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/GRUB&quot;&gt;&lt;span class=&quot;caps&quot;&gt;GRUB&lt;/span&gt;&lt;/a&gt;, GRand Unified Bootloader, which was originally designed and implemented by &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Erich-Stefan-Boleyn&quot;&gt;Erich Stefan Boleyn&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;GRUB 0&lt;/span&gt;.9.x is now referred to as &lt;span class=&quot;caps&quot;&gt;GRUB&lt;/span&gt; Legacy and is no longer developed or supported.  All active development is now being done in the &lt;span class=&quot;caps&quot;&gt;GRUB 2&lt;/span&gt; fork.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://www.gnu.org/software/grub/'/>
                    <category>gnu</category>
        <category>boot-loader</category>
        <category>grub</category>
        <category>License:GPL</category>
        <category>Yoshinori-K.-Okuji</category>
                                              
            <pubDate>Wed, 06 Jul 2005 16:48:26 -0700</pubDate>
        </item>
    </channel>
</rss>
