All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Oliver Pitzeier" <o.pitzeier@uptime.at>
To: 333101@personal.net.py
Cc: linux-alpha@vger.kernel.org
Subject: RE: compiling kernel for an alphaserver (VERY OLD ONE)
Date: Sat, 26 Apr 2003 21:42:15 +0200	[thread overview]
Message-ID: <002201c30c2b$f5300d80$1011a8c0@roadrunner> (raw)
In-Reply-To: <1051365623.1967.79.camel@Gandalf>

Alan Bort wrote:
> > > > > I've noted that the downloadable file is only 4 MB (a little 
> > > > > less)... is that the FULL kernel???
> > > > 
> > > > Is that already compiled?  My kernels usually end up 
> > > > around 1.5 MB 
> > > > in size, or ~2.7 MB uncompressed.
> > > well: 4,0M    patch-2.4.20.bz2
> > > 
> > > that's what du patch-2.4.20.bz2 returns....
> > 
> > That's the patch (i.e. difference) from 2.4.19 to 2.4.20.  The full 
> > source is called linux-2.4.20.tar.bz2, but remember that 2.4.20 is 
> > broken.
>
> Well. On kernel.org, in the main page there is a link to THAT 
> kernel... I could searcho for the full ~.19 version... but... 
> how big is it??? cause my /boot partition is about 12 MB.. 
> the Image will be smalller than that... won't it???

wget http://kernel.org/pub/linux/kernel/v2.4/patch-2.4.19.bz2
tar xfvj linux-2.4.19.tar.bz2; \
cd linux-2.4.19; \
make menuconfig; \
make dep; make; \
make modules;

Maybe that helps?

br,
 Oliver




  parent reply	other threads:[~2003-04-26 19:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-26  2:04 compiling kernel for an alphaserver (VERY OLD ONE) Alan Bort
2003-04-26  8:47 ` Måns Rullgård
2003-04-26 12:33   ` Jan-Benedict Glaw
2003-04-26 12:54     ` Alan Bort
2003-04-26 15:58       ` Jan-Benedict Glaw
2003-04-26 18:47         ` Alan Bort
2003-04-26 12:48   ` Alan Bort
2003-04-26 13:52     ` Måns Rullgård
2003-04-26 14:00       ` Alan Bort
2003-04-26 16:01         ` Måns Rullgård
2003-04-26 16:05         ` Jan-Benedict Glaw
2003-04-26 19:36           ` Oliver Pitzeier
2003-04-26 20:50             ` Jan-Benedict Glaw
2003-04-26 19:42         ` Oliver Pitzeier [this message]
2003-04-26 20:51           ` Jan-Benedict Glaw
2003-04-27  0:18             ` Oliver Pitzeier
2003-04-26 16:02     ` Jan-Benedict Glaw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002201c30c2b$f5300d80$1011a8c0@roadrunner' \
    --to=o.pitzeier@uptime.at \
    --cc=333101@personal.net.py \
    --cc=linux-alpha@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.