Re: New kernel to play with
"deepak ravi" <[email protected]>
| Newsgroups | gmane.os.hurd.l4 |
|---|---|
| Message-ID | <[email protected]> |
Hi all: I'm sorry, please ignore the previous mail, that mail was sent accidently. On 9/23/07, Bas Wijnen <[email protected]> wrote: > Hello everyone, > Dear Mr. Wijnen, I would like to try with this "new kernel", but unfortunately I am not able to pull out the sources. bash$ git clone git://82.93.13.222/kernel git is failing with the following message: Initialized empty Git repository in <path>/kernel/.git/ fatal: read error (Connection reset by peer) fetch-pack from 'git://82.93.13.222/kernel' failed. I'm sorry to disturb you for this silly matter(I'm new to git), but I would be grateful, if you could help me with some pointers to troubleshoot this git issue. Thanks in advance.. -- Regards, Deepak Ravi > For the impatient, here's how to see that (commands are for a Debian > system, adjust them if you have something else): > > # apt-get install build-essential qemu automake1.10 autoconf git-core > # apt-get install rubber texlive-latex-base > $ git clone git://82.93.13.222/kernel > $ cd kernel > $ (mkdir nethack && cd nethack && apt-get source nethack) > $ ./autogen.sh > $ make > $ make qemu > > > > > Thanks, > Bas