amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 86 forks source link

[Compiler]: virtual function Object.ToString() does not compile. #5

Open amaneureka opened 8 years ago

amaneureka commented 8 years ago

Seems like object.ToString() does not work because it is not able to find out virtual function and goes in infinite loop.

Also Int.ToString works on .NET (windows) but does not work on Mono (Linux)

issue: #4