http://www.jnode.org/ has been around for a while

and if you search sf.net for "+java +operating +system"
http://sourceforge.net/search/?words=%2Bjava+%2Bos&type_of_search=soft&pmode=0&words=%2Bjava+%2Boperating+%2Bsystem&Search=Search

you get 86 results.

So the C# version was bound to follow. And as far as I can remember
there is an open source effort to write a c#, can't remember the name
though.

Cheers Didi


On Sat, Mar 8, 2008 at 6:22 PM, Die Gestalt <[EMAIL PROTECTED]> wrote:
> >  Are you sure you used the STL?
>  >
>  >  http://www.microsoft.com/whdc/driver/kernel/KMcode.mspx
>  >
>  >  Read the section about "Libraries":
>  >
>  >  "Although much of the Standard Template Library is implemented as source
>  >  code in headers, it occasionally uses library functions or other
>  >  features that are not available or usable in the kernel environment."
>  >
>  >  I'm guessing you must have had to do some serious mangling of the STL in
>  >  order to shoehorn it into your driver. Sounds like far more trouble than
>  >  it's worth.
>
>  The comment from Microsoft is correct. Basically you need to remove
>  exceptions support and write custom allocators. I have been
>  unsucessful with the Microsoft STL, I therefore used STLPort. The
>  problem with the provided STL headers is that there is a #define
>  nightmare for C++/CLI compatibility.
>
>  I think we are drafting toward OT...
>
>
----
www.cern.ch/ribalba  /  www.ribalba.de
Email / Jabber: [EMAIL PROTECTED]
Phone (Work) : +41 22 7679376
Skype : ribalba
Address : CERN / IT-FIO-FS / GENEVE 23/ SCHWEIZ

Reply via email to