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