<br><br><div class="gmail_quote">On Mon, Sep 26, 2011 at 10:01 AM, esmaeil mirzaee <span dir="ltr">&lt;<a href="mailto:esmaeil.debian@gmail.com">esmaeil.debian@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
thank you for your reply<br>
but when I try git clone<br>
<a href="https://github.com/torvalds/linux/tree/v2.6.12" target="_blank">https://github.com/torvalds/linux/tree/v2.6.12</a> i found below error<br>
fatal: <a href="https://github.com/torvalds/linux/tree/v2.6.12/info/refs" target="_blank">https://github.com/torvalds/linux/tree/v2.6.12/info/refs</a> not<br>
found: did you run git update-server-info on the server?<br>
<br>
On Sun, Sep 25, 2011 at 11:59 PM, rohan puri &lt;<a href="mailto:rohan.puri15@gmail.com">rohan.puri15@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Sep 26, 2011 at 9:17 AM, esmaeil mirzaee &lt;<a href="mailto:esmaeil.debian@gmail.com">esmaeil.debian@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi<br>
&gt;&gt; apologize for weak English.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m reading the Understand Linux Kernel 3rd edition, according to that<br>
&gt;&gt; book for accomplishment understand I need 2.6.11 version of linux. How<br>
&gt;&gt; can I download it?<br>
&gt;&gt; As you know the <a href="http://kernel.org" target="_blank">kernel.org</a> is under maintain.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Best<br>
&gt;&gt; Esmaeil<br>
&gt;&gt; <a href="https://sites.google.com/site/esmaeilmirzaee" target="_blank">https://sites.google.com/site/esmaeilmirzaee</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Kernelnewbies mailing list<br>
&gt;&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt;&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; You can get it from following link : -<br>
&gt;<br>
&gt; <a href="https://github.com/torvalds/linux/tree/v2.6.12" target="_blank">https://github.com/torvalds/linux/tree/v2.6.12</a> This is for 2.6.12 as 2.6.11<br>
&gt; link is present but not accessible.<br>
&gt;<br>
&gt; You may use 2.6.12 kernel and can get started.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Rohan Puri<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Best<br>
Esmaeil<br>
<a href="https://sites.google.com/site/esmaeilmirzaee" target="_blank">https://sites.google.com/site/esmaeilmirzaee</a><br>
</font></blockquote></div>Hi,<br><br>Its have cloned the repo successfully.<br><br>The log s: -<br><br>rohan@rohan-HP-dx2700-MT-RC738AV:~/linux-source$ git clone <a href="https://github.com/torvalds/linux.git">https://github.com/torvalds/linux.git</a><br>
Cloning into linux...<br>remote: Counting objects: 2137969, done.<br>remote: Compressing objects: 100% (531113/531113), done.<br>remote: Total 2137969 (delta 1768127), reused 1954860 (delta 1586973)<br>Receiving objects: 100% (2137969/2137969), 589.33 MiB | 109 KiB/s, done.<br>
Resolving deltas: 100% (1768127/1768127), done.<br><br>Regards,<br>Rohan Puri<br>