[ xxxrugby @ 24.03.2005. 21:53 ] @
ok! kako da znam za koju arhitekturu da skidam programe.
Trenutno sam na Windowsu al nema veze. Moze kako i za Windows i kako za Linux.

zasto ovako isprobat cu to na Athlon 1.8Ghz ploci.
A kasnije i na svojoj za koj dan. Pentium 2 333Mhz.
E a mene zanima dali da skidam sve il za koju arhitecturu ako se ne varam. Dali je arhitektura to ili platforma.


Platforma
i386 ili i686 ili koja vec. Ima li neki simple way.?

Joj skidan Wine ako mi to sve proradi da makne Windowse u KOS:!
[ BytEfLUSh @ 24.03.2005. 22:08 ] @
Pa logično - ako imaš 386, 486 ili Pentium, skini i386.
i686 je za Pentium 2, 3 i 4, kao i za procesore koji su kompatibilni sa njim - između ostalog i taj tvoj Athlon.

Inače, ovo je samo grubo objašnjenje, ali pošto si naveo samo te dve platforme, to bi bilo to.


[Ovu poruku je menjao BytEfLUSh dana 25.03.2005. u 15:49 GMT+1]
[ xxxrugby @ 24.03.2005. 22:14 ] @
Hvala.! i686 u downloaaaad!
[ Bastard @ 25.03.2005. 14:40 ] @
user@linux:~> uname --help
Usage: uname [OPTION]...
Print certain system information. With no OPTION, same as -s.

-a, --all print all information, in the following order:
-s, --kernel-name print the kernel name
-n, --nodename print the network node hostname
-r, --kernel-release print the kernel release
-v, --kernel-version print the kernel version
-m, --machine print the machine hardware name
-p, --processor print the processor type
-i, --hardware-platform print the hardware platform
-o, --operating-system print the operating system
--help display this help and exit
--version output version information and exit

Report bugs to <[email protected]>.
[ impaque @ 26.03.2005. 17:19 ] @
Citat:
Bastard: user@linux:~> uname

Može, ali i ne mora da radi...

Code:
cat /proc/cpuinfo
[ xxxrugby @ 27.03.2005. 00:35 ] @
Nasao ja na googlu isto nesto dobro sta se tice ove teme.
Hvala na odgovorima. Skidam za i386

Citat:

I'm confused whats the difference between i386 and i686? Whats IA32 and IA64? How do I know which software to download!!!

The "i" in i<insert number> stands for Intel and means "intel x86 based hardware" this includes AMD chips as well as Intel and Cyrix processors. The number is based on the specific type of processor and its features.

For instance i386 is built to run on a 386DX processor and higher

686 runs on P4's, and Athlon XP processors.

IA32 and IA64 are references to Intel again and its mean Intel Architecture, the numbers 32 and 64 stand for "bit" so either 32 bit (which include all Athlon and Pentium processors). 64 bit processors are AMD's Operton and Intel's Itanic processor.

So why does all this matter?

Software can be optimized to run better on specific platforms and architectures so running a program built for i386 will run on an i686 processor but may lack some speed improvement versus if it were a native i686 compiled program.

Think of it as being given all the things necessary to make a hamburger and you get to arrange all the toppings and sauces just the way you want :) Instead of just being handed a ore-made hamburger.
[ Goran Rakić @ 27.03.2005. 01:37 ] @
postoji i i586 koji bi isto mogao da radi na tom P2
[ BytEfLUSh @ 27.03.2005. 03:19 ] @
Citat:
xxxrugby: Skidam za i386

Što sad to?

Citat:
686 runs on P4's, and Athlon XP processors.

Ovo je samo delimično tačno.
i686 radi na P2, P3, P4 i kompatibilnim procesorima (Athlon, Athlon XP, ...).
i586 je za Pentium.