TheCyberCo wrote:
OK, why does everybody call it a "new OS", if it is Linux based?
Linux is a Kernel not an OS.
Take the kernel add some gadgets, an intuition.lib, some old-styled amiga like window handling and name it "Amiga inspired" and therefore remove power from other well-running projects...?
AmigaOS has one major limitation, the Kernel. The AmigaOS Kernel was designed to run on a 7Mhz CPU with only 512K of RAM, in order to do that the designers had to make many design decisions... The most serious which is the pervasive use of Pointer passing between tasks. This imposes a massive limitation as to how to implement modern memory management (to increase security, stability and allow multiple CPU support). Due to this implementing a complete POSIX environment in AmigaOS is not possible... and since 99% of Open source software (OpenOffice, Mozilla, etc...) need such an environment, you will never see them on AmigaOS.
You could design a new Kernel for AmigaOS... but that would take a long time, be incompatible with the old kernel, be full of bugs, untested, unproven and more to the point just; like any other modern Kernel except without hardware support.
The solution, take a mature Kernel which already has good hardware support and use that instead. Job done, now lets make our OS how we want it.
OK, time may show, but I do not like Linux, so why should I like Anubis?
Give it time, you may never like it.