Page 1 of 1
The MinWin kernel
Posted: Mon Oct 22, 2007 11:29 pm
by A'Ton Sands
http://arstechnica.com/news.ars/post/20071021-core-of-windows-7-taking-shape-meet-the-minwin-kernel.html
Is it possible that Microsoft has finally realized that the basic kernel is the important part of an OS.
I hope so, almost everything else is bells and whistles.
20 seconds to boot and they hope to make it faster.
Posted: Mon Oct 22, 2007 11:39 pm
by Anach
If only all software got faster over time, instead of slower and bloated.
This stripped down server reminded me of something I read about gaming long ago. Having spare PCs running background tasks in games, and taking care of things like NPC pathing and other such things that take CPU cycles.
I'm still surprised that never happened, although I guess with the mulitple cores coming, its not really needed anymore.
Posted: Tue Oct 23, 2007 12:06 am
by A'Ton Sands
Anach wrote:If only all software got faster over time, instead of slower and bloated.
This stripped down server reminded me of something I read about gaming long ago. Having spare PCs running background tasks in games, and taking care of things like NPC pathing and other such things that take CPU cycles.
I'm still surprised that never happened, although I guess with the mulitple cores coming, its not really needed anymore.
It would work if there was a real way of getting processes to work on specific cores, atm all you can do is thread affinity for a core all that does is increase the chance of a thread working on a specific core.