Linked by Thom Holwerda on Mon 12th Oct 2009 21:59 UTC, submitted by SaschaW
Thread beginning with comment 389760
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Port to live hardware?
by jal_ on Sat 17th Oct 2009 08:11
in reply to "RE[2]: Port to live hardware?"
I'm guessing that you're implying that morphos isn't very portable? If that's true then I would suggest they MUST perform this port to clean up any bad internal code.
I'm guessing as well, but in general, if you do not write an OS with portability in mind, it is difficult to port it afterwards. That's not to say that the code is "bad" somehow. It may be code that's beautifully tailored to the specifics of the PPC platform, but very difficult to port to ARM or Intel.
RE[3]: Port to live hardware?
by Fool on Sat 17th Oct 2009 13:01
in reply to "RE[2]: Port to live hardware?"
RE[4]: Port to live hardware?
by madcrow on Sat 17th Oct 2009 16:57
in reply to "RE[3]: Port to live hardware?"






Member since:
2006-01-06
I guess I've been spoiled by systems like linux and bsd where porting isn't really much of an issue. Supporting non documented hardware has always been the issue for these.
I'm guessing that you're implying that morphos isn't very portable? If that's true then I would suggest they MUST perform this port to clean up any bad internal code.