Welcome, Guest. Please login or register.

Author Topic: MorphOS ahead of AROS?  (Read 72759 times)

Description:

0 Members and 8 Guests are viewing this topic.

Offline psxphill

Re: MorphOS ahead of AROS?
« on: April 03, 2012, 03:58:49 PM »
Quote from: fishy_fiz;686804
I think a lot of the confusion surrounding it, is because to be honest its somewhat cumbersome to set-up properly so people give up half way through with a misleading impression. Yes its different to how os4 and mos'es 68k intergration works, but it gives a broader compatibility and really, how many 68k libs does a person use/want to use on os4/mos apart from those that are needed for specific software (in which case aros is also covered has).

Using any 68k library from an X86 program isn't that important. Allowing the 68k programs access to the network, hard drive, cdrom etc is. Being able to run a 68k ftp server for example and having it indistinguishable from an x86 ftp server when you connect to it. Sound and graphics as well should be integrated, so either type of software can open screens and play sounds.
 
Nice to have would be one workbench where iconified apps will appear no matter whether they are ppc or 68k.
 
Even better would be allowing x86 apps to access 68k datatypes and vice versa (I'm not entirely sure if this is possible, but it's a well defined interface so it might be possible to create a thunking layer). The same for xpk.
« Last Edit: April 03, 2012, 04:01:58 PM by psxphill »
 

Offline psxphill

Re: MorphOS ahead of AROS?
« Reply #1 on: April 05, 2012, 07:15:05 AM »
Quote from: OlafS3;686812
combining datatypes (or other components) is certainly not possible. Only if you could use 68k multiview from Aros X86 as preference (instead of the X86 version). But I do not know if that is possble.

Yoi don't think it could auto generating a PPC proxy datatype that communicates with the 68k datatype running in UAE? I thought the API was simple and well defined enough for that. You'd need a unified set of paths, but that again should be possible without having to configure it.