Microsoft junks and replaces Vista kernel in SP1
Posted by danwarne on 05 February 2008 - 13:38 · 23 comments & 21602 views

- Advertisement
-
-
(1 reply)
#1 Posted by Neobond on 05 Feb 2008 - 13:40
- I didn't expect the release of Windows Server 2008 to be SP1 already

-
(4 replies)
#2 Posted by Mikeparkie on 05 Feb 2008 - 13:59
- What else have the been quiet about?
-
#2.1 Posted by XerXis on 05 Feb 2008 - 14:03
- (Mikeparkie said @ #2)What else have the been quiet about?
havn't you heard yet? they are going to take over the world with help from their alien friends! If you want to know what changed read the changelog, that's what it is there for.
I wonder what improvements the new kernel brings -
#2.2 Posted by hewitt s. on 05 Feb 2008 - 15:39
- (Mikeparkie said @ #2)What else have the been quiet about?
Maybe they've finally updated Notepad! =) -
#2.3 Posted by MioTheGreat on 05 Feb 2008 - 16:59
- Quiet? We knew about this MONTHS ago.
-
#2.4 Posted by Draganta2000 on 06 Feb 2008 - 12:02
- (hewitt s. said @ #2.2)(Mikeparkie said @ #2)What else have the been quiet about?
Maybe they've finally updated Notepad! =)
I am hoping they updated Paint and Calculator
-
(2 replies)
#3 Posted by Thrawn on 05 Feb 2008 - 14:26
- Am I mistaken in thinking that most Windows NT service packs replace the Kernel with a new version?
-
#3.1 Posted by
markjensen on 05 Feb 2008 - 14:58
- I think I am with you on this one. When I get an update to my kernel in Linux, I don't consider it to "junk and replace" my old kernel.
As far as "Windows Server 2008" versus "Windows 6.0" designations, those are just marketing/naming conventions, and don't necessarily detail any particular code base changes.
-
(4 replies)
#4 Posted by rdmiller on 05 Feb 2008 - 14:28
- If the codebase for the two products is the same, doesn't that mean that the same patches (including Service Packs) have to be applied to both?
-
#4.1 Posted by hewitt s. on 05 Feb 2008 - 15:36
- (rdmiller said @ #4)If the codebase for the two products is the same, doesn't that mean that the same patches (including Service Packs) have to be applied to both?
The code base of the two is similar but not identical. Starting around 10 years ago, Microsoft finally realized that Windows Server should be it's own product and not simply another version of the desktop OS. As a result, the kernel for Server is a bit different (separate development team). But in order to maintain compatibility, there is common code between them. The common code is likely what was updated in Server 2008 and changed in Vista SP1.
Windows Server 2003 is an excellent product... If the server team was given the task of cleaning up Vista code (which would be a smart move) then you can be sure that it'll be good... If the desktop team cleaned up the code it'll be a different story. -
#4.2 Posted by +Brandon Live on 05 Feb 2008 - 17:01
- (hewitt s. said @ #4.1)(rdmiller said @ #4)If the codebase for the two products is the same, doesn't that mean that the same patches (including Service Packs) have to be applied to both?
The code base of the two is similar but not identical. Starting around 10 years ago, Microsoft finally realized that Windows Server should be it's own product and not simply another version of the desktop OS. As a result, the kernel for Server is a bit different (separate development team). But in order to maintain compatibility, there is common code between them. The common code is likely what was updated in Server 2008 and changed in Vista SP1.
Windows Server 2003 is an excellent product... If the server team was given the task of cleaning up Vista code (which would be a smart move) then you can be sure that it'll be good... If the desktop team cleaned up the code it'll be a different story.
You all have a very skewed view of Windows development. There is no "server kernel" there's just the Windows kernel. The people who own the kernel own it completely. -
#4.3 Posted by balupton on 06 Feb 2008 - 01:40
- (rdmiller said @ #1)If the codebase for the two products is the same, doesn't that mean that the same patches (including Service Packs) have to be applied to both?
They would share updates that are related to the common ground being the kernel. -
#4.4 Posted by zed26012 on 08 Feb 2008 - 23:08
- actually the easiest way to view this is windows home server is based on windows server 2003
as such windows home server when launhed came with service pack 2 already installed
also windows windows xp 64bit version came with service pack 1 from day one it was identical to windows server 2003 sp1
so in other words xp 64bit can be upgraded using the service pack 2 you can download from microsoft for server 2003
-
(4 replies)
#5 Posted by hewitt s. on 05 Feb 2008 - 15:19
- It's obvious Microsoft needs to do something about the size of the kernel... I mean it's normal for the code base of any software product to grow in size with each subsequent upgrade, but the size of the kernel almost doubled (from XP) with Vista. That has an affect on the amount of resources needed to run. Now a large kernel isn't necessarily a problem if it's efficient, but I suspect the Vista kernel didn't get optimized because they were rushing to release the product. Most of the kernel changes in SP1 are probably this optimization, which they did for Server 2008.
-
#5.1 Posted by stevehoot on 05 Feb 2008 - 15:40
- (hewitt s. said @ #5)It's obvious Microsoft needs to do something about the size of the kernel... I mean it's normal for the code base of any software product to grow in size with each subsequent upgrade, but the size of the kernel almost doubled (from XP) with Vista. That has an affect on the amount of resources needed to run. Now a large kernel isn't necessarily a problem if it's efficient, but I suspect the Vista kernel didn't get optimized because they were rushing to release the product. Most of the kernel changes in SP1 are probably this optimization, which they did for Server 2008.
Um, the Kernel size went up by 1.27Mb between XP and Vista. That's not double - it's not even double from Win2k!
Win2000: 1.61Mb
WinXP: 2.03Mb
WinVista: 3.30
So from Kernel 5.0 to Kernel 5.1 Microsoft wrote an extra 0.42Mb of code for the Kernel. However a major upgrade from version 5.1 to 6.0 Microsoft wrote an extra 1.27Mb.
When you consider the boot times people have got with Vista, Xbox360, WinMobile6 it's hard to argue against the fact that the NT Kernel is reasonably quick (Note: This is the KERNEL, not Windows as a whole) -
#5.2 Posted by infinity306 on 05 Feb 2008 - 16:07
- (stevehoot said @ #5.1)(hewitt s. said @ #5)It's obvious Microsoft needs to do something about the size of the kernel... I mean it's normal for the code base of any software product to grow in size with each subsequent upgrade, but the size of the kernel almost doubled (from XP) with Vista. That has an affect on the amount of resources needed to run. Now a large kernel isn't necessarily a problem if it's efficient, but I suspect the Vista kernel didn't get optimized because they were rushing to release the product. Most of the kernel changes in SP1 are probably this optimization, which they did for Server 2008.
Um, the Kernel size went up by 1.27Mb between XP and Vista. That's not double - it's not even double from Win2k!
Win2000: 1.61Mb
WinXP: 2.03Mb
WinVista: 3.30
So from Kernel 5.0 to Kernel 5.1 Microsoft wrote an extra 0.42Mb of code for the Kernel. However a major upgrade from version 5.1 to 6.0 Microsoft wrote an extra 1.27Mb.
When you consider the boot times people have got with Vista, Xbox360, WinMobile6 it's hard to argue against the fact that the NT Kernel is reasonably quick (Note: This is the KERNEL, not Windows as a whole)
Well actually with your numbers it did double from 2k to Vista... just a minor thing.. but 1.61 times 2 is 3.22 which is less then 3.30 -
#5.3 Posted by +Brandon Live on 05 Feb 2008 - 17:02
- Someone is actually complaining that the NT kernel is too large?
Hahaha, now I've heard it all.
-
(1 reply)
#6 Posted by daniel_rh on 05 Feb 2008 - 15:58
- This Kernel upgrade is included in the latest releases of SP1 before RTM? like the RC Refresh or it is new in the RTM release?
-
#7 Posted by JonathanMarston on 06 Feb 2008 - 05:49
- Anyone notice that APC Mag removed the word "junks" from the article? Seemed odd that it was there in the first place. Microsoft didn't "junk" Vista's kernel in SP1 any more than Apple "junked" OSX' kernel in Leopard...
Submit to reddit
Submit to blinklist
Bookmark on del.icio.us
Add to furl
Share on Facebook
Add to Windows Live
