View Single Post
Old Apr 27th, 2005, 8:04 PM   #12
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
I had always wanted to code a basic kernel in Asm and C, but at the lowest level I could make it entirely object oriented, except exposed to managed code. Can you imagine writing a kernel-mode driver by inheriting from a Driver class? Imagine the ease of device interaction, which is lacking in current manage code.

System.Devices.Cameras(0).TakePicture, for example.

Im sure some coe could be re-used from the mono project, but as said, this is above the time or skill available on this forum.
Dameon is offline   Reply With Quote