public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] kernel 2.4.10 is awesome
@ 2001-09-28  0:03 Daniel Robbins
  2001-09-28  8:27 ` Ben Lutgens
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Robbins @ 2001-09-28  0:03 UTC (permalink / raw
  To: gentoo-dev

Hi everyone,

I just added linux, linux-sources, linux-headers and linux-extras-2.4.10 to
CVS.  These new kernels are *amazing*.  Right now, the "linux" package uses a
goofy default configuration; use linux-sources instead.  Instructions below.

I think you'll notice a *tremendous* speed improvement thanks to Andrea
Archangeli's VM rewrite and the included preemptible kernel patches.  It's like
getting a 2.6 kernel 18 months early :)  

To use this new kernel, do a:

# emerge sys-kernel/linux-sources-2.4.10
# cd /usr/src/linux
# make menuconfig
# make dep; make clean; make bzImage; make modules; make modules_install
# mount /boot
(on rc5-)
# cp arch/i386/boot/bzImage /boot/boot/bzImage-2.4.10
# vim /boot/boot/grub/menu.lst
(on rc6+)
# cp arch/i386/boot/bzImage /boot/bzImage-2.4.10
# vim /bootgrub/menu.lst
(then)
# umount /boot
# reboot

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] kernel 2.4.10 is awesome
  2001-09-28  0:03 [gentoo-dev] kernel 2.4.10 is awesome Daniel Robbins
@ 2001-09-28  8:27 ` Ben Lutgens
  2001-09-28  8:59   ` Mikael Hallendal
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Lutgens @ 2001-09-28  8:27 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]

On Fri, Sep 28, 2001 at 12:02:28AM -0600, Daniel Robbins wrote:
>Hi everyone,
>
>I just added linux, linux-sources, linux-headers and linux-extras-2.4.10 to
>CVS.  These new kernels are *amazing*.  Right now, the "linux" package uses a
>goofy default configuration; use linux-sources instead.  Instructions below.
>
>I think you'll notice a *tremendous* speed improvement thanks to Andrea
>Archangeli's VM rewrite and the included preemptible kernel patches.  It's like
>getting a 2.6 kernel 18 months early :)  

Warning! When I applied those preemption patches my pcmcia stuff stopped
working. I'm not sure if it's related, but that was the only change I made
to the kernel was adding those patches. I then recompiled my pcmcia as
well. 


>
>To use this new kernel, do a:
>
># emerge sys-kernel/linux-sources-2.4.10
># cd /usr/src/linux
># make menuconfig
># make dep; make clean; make bzImage; make modules; make modules_install
># mount /boot
>(on rc5-)
># cp arch/i386/boot/bzImage /boot/boot/bzImage-2.4.10
># vim /boot/boot/grub/menu.lst
>(on rc6+)
># cp arch/i386/boot/bzImage /boot/bzImage-2.4.10
># vim /bootgrub/menu.lst
>(then)
># umount /boot
># reboot
>
>Best Regards,
>
>-- 
>Daniel Robbins					<drobbins@gentoo.org>
>Chief Architect/President			http://www.gentoo.org 
>Gentoo Technologies, Inc.			
>
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@cvs.gentoo.org
>http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>

-- 
Ben Lutgens		
Sistina Software Inc.	

"In the war against terrorism, there are no rear lines. We're all on the
front lines" - William Cohen

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] kernel 2.4.10 is awesome
  2001-09-28  8:27 ` Ben Lutgens
@ 2001-09-28  8:59   ` Mikael Hallendal
  2001-09-28 21:30     ` Nathaniel Grady
  0 siblings, 1 reply; 4+ messages in thread
From: Mikael Hallendal @ 2001-09-28  8:59 UTC (permalink / raw
  To: Gentoo Dev.

fre 2001-09-28 klockan 16.26 skrev Ben Lutgens:
> On Fri, Sep 28, 2001 at 12:02:28AM -0600, Daniel Robbins wrote:
> >Hi everyone,
> >
> >I just added linux, linux-sources, linux-headers and linux-extras-2.4.10 to
> >CVS.  These new kernels are *amazing*.  Right now, the "linux" package uses a
> >goofy default configuration; use linux-sources instead.  Instructions below.
> >
> >I think you'll notice a *tremendous* speed improvement thanks to Andrea
> >Archangeli's VM rewrite and the included preemptible kernel patches.  It's like
> >getting a 2.6 kernel 18 months early :)  
> 
> Warning! When I applied those preemption patches my pcmcia stuff stopped
> working. I'm not sure if it's related, but that was the only change I made
> to the kernel was adding those patches. I then recompiled my pcmcia as
> well. 

Seems to be more people having trouble with these patches and
pcmcia-stuff.

Regards,
  Mikael Hallendal

-- 

Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] kernel 2.4.10 is awesome
  2001-09-28  8:59   ` Mikael Hallendal
@ 2001-09-28 21:30     ` Nathaniel Grady
  0 siblings, 0 replies; 4+ messages in thread
From: Nathaniel Grady @ 2001-09-28 21:30 UTC (permalink / raw
  To: gentoo-dev

PCMCIA is working fine on my Thinkpad 600e - my tulip based ethernet card is working with 2.4.10. As a side note i also changed the CFLAGS and CFLAGS_KERNEL to use -03 insted of 02...

--Nathaniel Grady
(nutopianate) 

On Fri, Sep 28, 2001 at 04:58:16PM +0200, Mikael Hallendal wrote:
> fre 2001-09-28 klockan 16.26 skrev Ben Lutgens:
> > On Fri, Sep 28, 2001 at 12:02:28AM -0600, Daniel Robbins wrote:
> > >Hi everyone,
> > >
> > >I just added linux, linux-sources, linux-headers and linux-extras-2.4.10 to
> > >CVS.  These new kernels are *amazing*.  Right now, the "linux" package uses a
> > >goofy default configuration; use linux-sources instead.  Instructions below.
> > >
> > >I think you'll notice a *tremendous* speed improvement thanks to Andrea
> > >Archangeli's VM rewrite and the included preemptible kernel patches.  It's like
> > >getting a 2.6 kernel 18 months early :)  
> > 
> > Warning! When I applied those preemption patches my pcmcia stuff stopped
> > working. I'm not sure if it's related, but that was the only change I made
> > to the kernel was adding those patches. I then recompiled my pcmcia as
> > well. 
> 
> Seems to be more people having trouble with these patches and
> pcmcia-stuff.
> 
> Regards,
>   Mikael Hallendal
> 
> -- 
> 
> Mikael Hallendal
> Gentoo Linux Developer, Desktop Team Leader
> CodeFactory AB, Stockholm, Sweden
> 
> 
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-09-29  3:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-28  0:03 [gentoo-dev] kernel 2.4.10 is awesome Daniel Robbins
2001-09-28  8:27 ` Ben Lutgens
2001-09-28  8:59   ` Mikael Hallendal
2001-09-28 21:30     ` Nathaniel Grady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox