Page 1 of 1

Is anyone developing an OS of these characteristics:

Posted: Fri Dec 08, 2006 11:42 pm
by d00d
Unununium-like and written in C, C++, D, or assembly. Unununium looks like it has a fun concept to play around but I really don't like the idea of using python as the language.

Posted: Sat Dec 09, 2006 1:36 am
by jhawthorn
Certain aspects of the Unununium Operating system would not work very well in C, C++, D, and assembly. Unununium uses a single address space for all of it's processes and (though I havn't looked into it) python, being an interpreted language, allows them to do this safely. If however you're looking for an Operating System with orthogonal persistence there are a few written in C. You should be able to find some if you look around (wikipedia's persistence page lists a few).

Posted: Sat Dec 09, 2006 12:20 pm
by d00d
Thanks jhawthorn, CapROS seems interesting. Also I'm not familer with BitC. It seems pretty neat; would anyone know anything about it?