Originally posted by: pitupepito2000
I'll try to explain since somebody hasn't brought it up yet.
Linux is the core, of every distro, when I say Linux, I mean the kernel. The linux kernel is all pretty much the same across the different linux distros. The main thing that distinguishes one distro from another is their package manager, configuration tools, community, web resources such as forums, wiki's, etc. You can get the linux kernel from www.kernel.org . For example debian, and gentoo are the 2 best package managers because of the tools that they provide. Installing packages in debian is so much easier than in windows. For example in debian I only need to do "apt-get install <package-name>", in gentoo (I think you only need to do) "emerge <package-name>" and it will build the packages from source which provides utmost optimizations.
So asking which distro somebody is going to use for 64-bit processors is not a very different question that the one you posted before it. Linux has had 64 bit support well before windows did. WAIT A SEC. I DON'T THINK WINDOWS HAS SUPPORT FOR IT YET 😛 . You just need to enable the right modules/drivers in the kernel. If somebody is accostumed to a specific set of tools provided by one distro it's very unlikely that they will switch to another, unless they feel like learning more tools.
The nice thing about Linux as an OS is that the skills that you obtained through the use of CLI (command line interface) can be used accross different linux distros.
I hope this helps,
pitupepito
Originally posted by: n0cmonkey
Originally posted by: pitupepito2000
I'll try to explain since somebody hasn't brought it up yet.
Linux is the core, of every distro, when I say Linux, I mean the kernel. The linux kernel is all pretty much the same across the different linux distros. The main thing that distinguishes one distro from another is their package manager, configuration tools, community, web resources such as forums, wiki's, etc. You can get the linux kernel from www.kernel.org . For example debian, and gentoo are the 2 best package managers because of the tools that they provide. Installing packages in debian is so much easier than in windows. For example in debian I only need to do "apt-get install <package-name>", in gentoo (I think you only need to do) "emerge <package-name>" and it will build the packages from source which provides utmost optimizations.
So asking which distro somebody is going to use for 64-bit processors is not a very different question that the one you posted before it. Linux has had 64 bit support well before windows did. WAIT A SEC. I DON'T THINK WINDOWS HAS SUPPORT FOR IT YET 😛 . You just need to enable the right modules/drivers in the kernel. If somebody is accostumed to a specific set of tools provided by one distro it's very unlikely that they will switch to another, unless they feel like learning more tools.
The nice thing about Linux as an OS is that the skills that you obtained through the use of CLI (command line interface) can be used accross different linux distros.
I hope this helps,
pitupepito
Windows has had 64bit support for a while now.
Originally posted by: pitupepito2000
So asking which distro somebody is going to use for 64-bit processors is not a very different question that the one you posted before it. Linux has had 64 bit support well before windows did.
pitupepito
Actually there is an important difference. A lot of packages don't successfully compile to 64-bit yet, including open office. So if you run 64-bit Gentoo, you end up telling emerge to get the binary version of those anyway.
Originally posted by: Nothinman
Actually there is an important difference. A lot of packages don't successfully compile to 64-bit yet, including open office. So if you run 64-bit Gentoo, you end up telling emerge to get the binary version of those anyway.
Which is why it's so important for distributions like Debian to hold back releases because of problems with lesser-used architectures. It shows that they're truely serious about supporting all 11 architectures and most of the time any bugs reported against Debian packages that are related to something not working on a 64-bit arch get pushed upstream and fixed. There's currently over 13,000 packages available in sarge for Alpha, that's counting -doc, -dev, etc as seperate packages but I don't know of a good, easy way of counting just source packages.
And some stats of the Debian autobuilders, if anyone's interested.
http://buildd.debian.org/stats/
Originally posted by: pitupepito2000
Originally posted by: n0cmonkey
Originally posted by: pitupepito2000
I'll try to explain since somebody hasn't brought it up yet.
Linux is the core, of every distro, when I say Linux, I mean the kernel. The linux kernel is all pretty much the same across the different linux distros. The main thing that distinguishes one distro from another is their package manager, configuration tools, community, web resources such as forums, wiki's, etc. You can get the linux kernel from www.kernel.org . For example debian, and gentoo are the 2 best package managers because of the tools that they provide. Installing packages in debian is so much easier than in windows. For example in debian I only need to do "apt-get install <package-name>", in gentoo (I think you only need to do) "emerge <package-name>" and it will build the packages from source which provides utmost optimizations.
So asking which distro somebody is going to use for 64-bit processors is not a very different question that the one you posted before it. Linux has had 64 bit support well before windows did. WAIT A SEC. I DON'T THINK WINDOWS HAS SUPPORT FOR IT YET 😛 . You just need to enable the right modules/drivers in the kernel. If somebody is accostumed to a specific set of tools provided by one distro it's very unlikely that they will switch to another, unless they feel like learning more tools.
The nice thing about Linux as an OS is that the skills that you obtained through the use of CLI (command line interface) can be used accross different linux distros.
I hope this helps,
pitupepito
Windows has had 64bit support for a while now.
After doing very little search, I find out you're right. Although I'm sure that the support for it is probably very buggy, when windows says that something has support or runs stable, it isn't until several revisions later that it actually works, for example windows xp sp2, or things like windows me, etc
Never mind me I'm just speaking nonsense, my opinion is definetely biased towards OSS.
Originally posted by: bjc112
No Knoppix?
😛
Originally posted by: glugglug
Originally posted by: pitupepito2000
So asking which distro somebody is going to use for 64-bit processors is not a very different question that the one you posted before it. Linux has had 64 bit support well before windows did.
pitupepito
Actually there is an important difference. A lot of packages don't successfully compile to 64-bit yet, including open office. So if you run 64-bit Gentoo, you end up telling emerge to get the binary version of those anyway.