announcement of manrix

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
manrix
Posts: 4
Joined: Sun Jan 30, 2005 12:00 am

announcement of manrix

Post by manrix »

hello all,
We are glad to announce the release of a microkernel based open source project with posix interface. It is in the early stage of development and lot of things are yet to be done.
http://manrix.sf.net

I hope you will give your valuable suggestions.

regards
manrix
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Re: announcement of manrix

Post by trey_monty »

What is aposix interface?
manrix
Posts: 4
Joined: Sun Jan 30, 2005 12:00 am

Re: announcement of manrix

Post by manrix »

POSIX = Portable Operating systems Interface

It is a ISO/IEC 9945-1 (IEEE Std 1003.1) standard.
http://www.opengroup.org/onlinepubs/007908799/

It means all the APIs in my OS is as defined by them.
There are a lot of benefits of this and no drawbacks. First of all the end users and software developers does not need to learn ManRix specific things. They can simply use the POSIX interface. This also cuts down Training Cost and time.Secondly, the UNIX programs will be source compatible with ManRix. The program written for UNIX or LINUX will compile and run in ManRix without any change and sometimes minor change. So, there is no need for us to create separate applications for ManRix. We can easily port GNU application.

regards
Manish
http://manrix.sf.net
Post Reply