AFAIK arch "amd64" means architecture name, not AMD manufacturer, so it can be used on and 64bit processor like amd 64bit or 64bit intel (dual-cores etc).. Correct me if im wrongfonz said:the amd64 version is meant for 64-bit AMD processors, etc.
Alphons
You are correct, yes. I tried to keep it simple, but perhaps this was a bit oversimplified.Alt said:AFAIK arch "amd64" means architecture name, not AMD manufacturer, so it can be used on and 64bit processor like amd 64bit or 64bit intel (dual-cores etc).. Correct me if im wrong
i486 and above.Twister said:Thanks for your answers
But I meant "procesor" not "architecture".
What is "processor family" FreeBSD GENERIC kernel is compiled for - Pentium or P2 or P3 ... ?
SirDice said:i486 and above.
Because there are still people running FreeBSD on 486 hardware.Twister said:Why?
Is there anybody using it?
Twister said:Why?
Is there anybody using it?
Why not i586 or i686?
SirDice said:Some ports need to be build [sic] anyway if you want certain features (lang/php5 comes to mind).
SirDice said:AFAIK yes. The freebsd-i386 packages are. You're better off using the ports anyway. It'll take longer but in the long run it'll pay off. Some ports need to be build anyway if you want certain features (lang/php5 comes to mind).
Just create /usr/ports/packages. If you do a [cmd=]make package[/cmd] in a port's directory it will create a package for you. Likewise both portmaster and portupgrade have options to create packages.Twister said:Can anyone tell how create my own repository with packages? How can I tell OS to use my repository to find packages?
Installing KDE from packages (via pkg_add -r) will lead to version problems when you later use ports. Thats cus KDE will get package he compiled against, not versions that you have in your /usr/portsTwister said:But sometimes I met with problems (and I meet it today!) with building from ports because ports are updating permanently and when you're trying to build complex port (like KDE) some inconsistencies arise.
More over - you need some ports only to build other port. When you use package - you don't need it.
So I want to use packages. But packages from freebsd.org are compiled for i486. Can anyone tell how create my own repository with packages? How can I tell OS to use my repository to find packages?