Results 1 to 2 of 2

Thread: Basic Platform Question....

  1. #1
    Senior Member n01100110's Avatar
    Join Date
    Jan 2002
    Posts
    352

    Basic Platform Question....

    When people are talking about different platforms *(i386,i586,i686 etc)*. I never understood certain things about it. Of course were dealing with the hardware factor, stating this is an intel platform. But when they say for example. "The linux IA32" platform, they are talking about the software factor of the OS itself, correct ?

    Orr, have I completely mis-understood the vital facts ?
    "Serenity is not the absence of conflict, but the ability to cope with it."

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    The simple answer is that software needs to be build for a specific hardware platform. So Linux IA32 is specifically build for the IA32 architecture. You cannot run Linux IA32 on a MIPS platform for example. Then there is binary compatible and software compatible.

    Binary compatible means you can run the pre-build software (the binaries) and run them on another platform. Software build for I386 can run on AMD64 for example.

    Software compatible means you can use the exact same source but you will need to recompile for a perticular platform. I cannot remember an example for this

    Oliver's Law:
    Experience is something you don't get until just after you need it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •