<br><br><div class="gmail_quote">On Mon, Sep 26, 2011 at 10:01 AM, esmaeil mirzaee <span dir="ltr"><<a href="mailto:esmaeil.debian@gmail.com">esmaeil.debian@gmail.com</a>></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 <<a href="mailto:rohan.puri15@gmail.com">rohan.puri15@gmail.com</a>> wrote:<br>
><br>
><br>
> On Mon, Sep 26, 2011 at 9:17 AM, esmaeil mirzaee <<a href="mailto:esmaeil.debian@gmail.com">esmaeil.debian@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hi<br>
>> apologize for weak English.<br>
>><br>
>> I'm reading the Understand Linux Kernel 3rd edition, according to that<br>
>> book for accomplishment understand I need 2.6.11 version of linux. How<br>
>> can I download it?<br>
>> As you know the <a href="http://kernel.org" target="_blank">kernel.org</a> is under maintain.<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>
>><br>
>> _______________________________________________<br>
>> Kernelnewbies mailing list<br>
>> <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
>> <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
><br>
> Hi,<br>
><br>
> You can get it from following link : -<br>
><br>
> <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>
> link is present but not accessible.<br>
><br>
> You may use 2.6.12 kernel and can get started.<br>
><br>
> Regards,<br>
> Rohan Puri<br>
><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>