Scott Hanselman

TinyOS - Blast from the Past

March 25, 2005 Comment on this post [2] Posted in XML
Sponsored By

Wow, I was submitting some sample code on GotDotNet today and stumbled on my TinyOS in C# from July of 2002. Nothing like reading 3 year old code you wrote to see how you've grown.

A tiny virtual CPU and OS written entirely in C#. The TinyOS simulates the scheduling, memory management (including paging and virtual memory) and other operations of theoretical Operating System. You’ll see many Framework classes and techniques in use including Regular Expressions, XML Serialization, generated Strongly Typed Collections, XML Comments and a generated Help file. You won’t get much useful work out of the TinyOS itself, but the techniques you’ll learn can be applied to real life. [GDN]

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
March 26, 2005 9:26
Wow, I forgot about that and what is funny is that I don't know that I have ever made the association between you and TinyOS . . . I actually installed that sample and ran it on my machine back before I read your blog, and then never realized you were the author of it. Cool stuff. it was one of the first pieces of .NET code that I had ever run. Good stuff.
April 06, 2005 11:07
It's pretty good start though a "complete" OS would need much more than that. It's awesome piece of work... makes me wanna write POC for truely managed OS!

http://www.shitalshah.com/blog/OnTrulyManagedOperatingSystems.aspx

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.