You are not logged in.
Pages: 1
Hi,
I have a new computer and want to put linux on it (of course I want)
I have read a bit about the amd 64 thing. My new processor now is an amd64.
Is it possible to install archlinux the same way as I would install it on a normal processor, or do I need to tweak something?
Offline
well yes, since the A64 runs in 32-bit mode fine. I don't believe arch has a 64-bit version
"Ignorance is bliss, for stupid people."
"open-source is [...] programming Darwinism."
Vaughan-Nichols
Offline
You certainly can. I've installed it on an amd64 emachines laptop. Like the previous post states, you wouldn't be taking full advantage of the 64bit architecture. There were problems, but it's mostly the same old linux tune. The newer the hardware the more difficult it is to run linux.
At the least you could compile your kernel to optimize on 64 bit. It might cause some problems with drivers though. I am by far no expert. But so far it has been a good experience. Gentoo has gone a long ways towards full 64 bit optimization. This is not an advert for gentoo I'm just saying you can find a lot of info in their forums
Some links of interest:
http://skreak.com/m6805/
On the right hand side this person has some links to gentoo tech notes and forum stuff.
http://www.muru.com/linux/amd64/
This is more machine specific. I'm just showing you what I found.
A good resource for driver info is here:
http://www.amd.com/us-en/Processors/DevelopWithAMD/
Have fun!
-Jason
Offline
was anyone successfull in building arch for amd64? it would be nice to have an howto on the wiki pages for that. i have tried to do it, but i lack too much of unix knowledge to overcome all those vicious errors i get (k, and my laziness...)
i had an idea how to use the new srcpac for that (ie, build specific amd64 package each time, but then we would update it automatically using our great arch tools) but again, since i failed creating the gnu compiler for amd64 i just gave up... hope someone could feel-in this void...
Offline
Does anybody know if it is possible to re-compile the kernel for AMD64, but keep Firefox, etc. 32-bit for Flash and other binary-plugin compatibility?
Thanx.
-- Linux! Isn't it time?
Offline
I think that's the idea, as they made the chip, knowing there would be a special 64 bit windows, but they made the 32 bit support, so that you have something to run on that 64 bit windows.
And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.
Offline
The only way to take full advantage would be to port arch from i686 to either amd64 or ia64. This could be done the same way i586 was ported assuming that you have a 64bit cpu. Personally I do not but if someone wants to sponser me with some hardware I'd be happy to port it
Also yes you could compile your kernel specifically for your cpu. I'm not sure if this would speed up your computer, in fact I suspect that it would slow it down as the packages on your system would clash with your kernel configuration. But you're free to mess with it.
Offline
Pages: 1