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.
The MinWin kernel
-
- Spandex Crusader
- Posts:1209
- Joined:Tue Mar 07, 2006 7:18 am
- Location:UK
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.
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.
Use of undefined constants causes assumptions!
-
- Spandex Crusader
- Posts:1209
- Joined:Tue Mar 07, 2006 7:18 am
- Location:UK
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.