[Mono-dev] [Mono-devel-list] Operating System in C# Project

Daniel Morgan monodanmorg at yahoo.com
Thu Sep 28 12:15:38 EDT 2006


Two things you ought to look at that may help you in
your research:
1. Mono.Cecil
2. Mono Managed Runtime

There is Mono.Cecil which allows you to do more than
what System.Reflection can provide.  It is also
included with Mono.
http://www.mono-project.com/Cecil

There is Joshua Tauberer’s Mono Managed Runtime which
is at its early stages of development.  He says it can
run Hello Word.  Basically, its a CLR interpreter
written in C#.
http://razor.occams.info/blog/?p=43

--- Suresh Shukla <skshukla_ncr at yahoo.co.in> wrote:

> This is very interesting idea.
> 
> I had been thinking about this for some time. To
> bring the language cleanliness and clarity of Java /
> C# down to OS layer.
> 
> The OS I have in my focus is mikrokernel based
> distributed servers architecture, actually MINIX.
> Minix brings many best practices and cleanliness
> from OS side.
> 
> In my opinion a compiler for generating native code
> from C# would be required. Then the task could boil
> down to a port/rewrite of MINIX.
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Mono-devel-list mailing list