lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 25 May 2009 10:16:43 -0500
From:	"Michael S. Zick" <lkml@...ethan.org>
To:	Jonathan Corbet <corbet@....net>
Cc:	Rik van Riel <riel@...hat.com>, John Walsh <server422@...il.com>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: What Distro is best for Starting Kernel Dev?

On Mon May 25 2009, Jonathan Corbet wrote:
> On Sat, 23 May 2009 11:44:11 -0400
> Rik van Riel <riel@...hat.com> wrote:
> 
> > John Walsh wrote:
> > > What Distro is best for Starting Kernel Dev?  
> > 
> > If you want to learn more about the system than
> > anybody should ever need to know, you can stick
> > with a bleeding-edge development distro like
> > Fedora Rawhide, Mandriva Cooker or Debian Unstable.
> 
> I do the bulk of my work on such distributions, but if you're really
> wanting to get started with *kernel* development, there is one thing to
> be aware of: development distributions can be an independent source of
> instability/weirdness in a system.  If you're at an early stage with the
> kernel, you may want to minimize the number of variables which can be
> changing at once.  So it might make more sense to base your work on a
> distribution which is not changing underneath you.
> 

One of the major "outside" variables is the tool-chain you use - -
For that reason, I suggest you use one of the "Build From Source"
distributions.  At least you know your tool chain is working.  ;)

Personally, I use both 32-bit and 64-bit Gentoo.
Also, I avoid doing any updates that would change the tool chain
while in the midst of trouble shooting something.
Just keep your hands off of the --update button. ;)

Currently (both flavors, 32/64):
gen2-32# gcc-config -l
 [1] i686-pc-linux-gnu-4.1.2 *
 [2] i686-pc-linux-gnu-4.3.2

The 4.1.2 tool chain is "good" across the board for all Gentoo archs.
The 4.3.2 tool chain is not marked as "good" for hp-parisc.

Mike

> jon
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ