Wednesday, July 02, 2008
A quick bit about the NT kernel
NT is a hybrid kernel that took a fairly elegant approach to kernel design, especially for the early 90s, as it was a new conceptual kernel of the time, taking some existing kernel architectual models and some of the best kernel theories that had not been implemented before.
For example NT has some MACH conceptual ideas and lightweight kernel API set for performance, but then hands this off to increasing levels of APIs conplexity. This gave NT the ability to be very lightweight at the core, but have extended functionality that didn't weigh the core kernel down.
NT's HAL for example was under 64KB, and even on Vista is still 256KB(slightly larger in Vista x64), which for modern hardware is still extremely small. Going from the HAL to the lower kernel and API layers is still very small, especially compared to other OS kernel models in use today. This is how and why the MS Embedded OSes (XP/Vista) can and do work so well, as NT was simply broken apart as needed for the Embedded versions to make them very light (As in used in a router light).
The essential design of the NT kernel is both object based and a client/server model. This is not normal, or something that you will find in any other consumer level OS out there.
Via Flares Into Darkness, Comment about NT
Mark was always impressed with the Windows NT kernel (but not necessarily with the rest of Windows) and this comment goes into some of the details of what makes the NT kernel so well designed.
WALL•E
Bunny, Mark and I went to see “WALL•E, the latest Pixar film about a love story between two robots, who also happen to save the world.
The reviews are right—this is a fantastic film (albeit one that may piss off the far-right crowd for its message of pro-environmentalism and anti-consumerism as much as “The Incredibles pissed off the far-left crowd for its message of individual self-reliance and strong family values) that doesn't waste a moment of screen time. It's amazing just how emotive Pixar made the robots (which don't really speak as such). It's just incredible story telling; so much with so little dialog that it could be a silent film and still be just as good.
What I haven't seen in the reviews is mention of the opening cartoon, also by Pixar. I don't recall the name of the opening cartoon, but it was one of, if not the, funniest cartoons I've ever seen, about a stage magician and his rather hungry bunny. The entire theater was rolling on the floor in laughter during this cartoon (and this one had no dialog what-so-ever).
Both are well worth watching.