Is anyone developing an OS of these characteristics:

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
d00d
Posts: 2
Joined: Fri Dec 08, 2006 10:39 pm

Is anyone developing an OS of these characteristics:

Post 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.
User avatar
jhawthorn
Member
Member
Posts: 58
Joined: Sun Nov 26, 2006 4:06 pm
Location: Victoria, BC, Canada
Contact:

Post 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).
d00d
Posts: 2
Joined: Fri Dec 08, 2006 10:39 pm

Post by d00d »

Thanks jhawthorn, CapROS seems interesting. Also I'm not familer with BitC. It seems pretty neat; would anyone know anything about it?
Post Reply