>>> On 4/8/2011 at 10:21 AM, "McKown, John" <[email protected]> >>> wrote:
>> Does zLinux have a x86 emulator? > > Not really. But you may be able to run BOCHS on it. slowly. BOCHS will indeed do the job. Adam Thornton of Sine Nomine got Windows NT running on the mainframe using that. >> Isn't Linux is processor independent? > > No. Linux has been ported to many architectures. But it does contain some > CPU specific modules written in that architecture's assembler language. > Mainly I/O and interrupt handling. Usually only really performance critical pieces, not the whole routine. The percentage of assembler is tiny. >> Don't you just compile on your platform and run? >> > > No. I would have said "yes, for the most part." There are always people who do silly things like put inline (Intel) assembler code in C source modules. The people who pay attention put that in separate files, when truly needed. We were all pretty amazed back in 2000 by just how many of the open source packages were literally "ported" by just a "configure, compile, and go" process. Mark Post ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

