• Order of the Butterfly
    Order of the Butterfly
    ppcamiga1
    Posts: 215 from 2015/8/23
    Quote:

    Jim wrote:
    Software can be written to run under MorphOS that completely ignores Amiga system calls.
    Certainly you must deal with MUI, but all of the game ports that rely on OpenGL use virtually no Amiga calls what so ever.


    Exactly.
    For memory menagment, files, network, opengl almost everbody use standard c functions and almost nobody use amiga os calls directly.
    There is no reason to keep exec, dos, devices, filesystems, bsdsocket after move to non big endian cpu.
    Everything below amiga gui i graphics should be cut off and droped.
    All drawback of original amiga os like lack of resource tracking, memory protection, suport of multicore, drivers, posix compatyblity should be solved at time of ISA switch.
    AROS x86 is crap because it has no source and binary compatybility but still has all this problems.
    It is not too late for Morphos to make Morphos x86 really good.
  • »29.06.16 - 06:23
    Profile