Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone here have experience developing for Minix?

Tags:

minix

Recently I have become curious about the Minix OS. http://www.minix3.org/

I am very taken with descriptions of its robustness & reliability features, but I have noticed a distinct paucity of software packages available for the platform.

Has anybody here developed software for (or ported software to) Minix? Anything unexpected about the process?

like image 939
mseery Avatar asked Nov 20 '08 04:11

mseery


1 Answers

Minix 3 is a new version; LINUX was prompted on the original Minix.

Minix is really best suited to small systems of embedded systems. If you have an old x86 PC around it should run minix handily, giving you an environment very much like what we called "an amazing workstation" in the mid-80's.

I loved programming in that environment; I'd say go for it, but remember that it is an experimenal environment, not what you want for your day-to-day system.

like image 55
Charlie Martin Avatar answered Nov 10 '22 16:11

Charlie Martin