Question for Experts !

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Post by Colonel Kernel »

mystran wrote:Well isn't WS2k3 essentially XP?
Not from a source tree point of view, no. I would imagine that there is a trunk somewhere with the main code line for Windows. However, this is never shipped. There will always be a separate branch for each shipping product, and bug fixes will be applied to that branch first before being back-ported to the main line. So at some point in the past, XP branched off main, and some time later Win2K3 branched off that same main line, not from XP itself. This is an oversimplification of course...
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
z180
Member
Member
Posts: 32
Joined: Tue Mar 04, 2008 12:32 pm

Post by z180 »

If you look at the exported functions fo the windows 2003 kernel
and the libraries,you will see some improvements.The reactos project
rewrites ideas of 2003 in open source,because they think that 2003
had various improvements.
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

The interesting thing is that you can turn back on the themes in the server ports, to make them look like XP and Vista. Indeed, I have heard that on WinServer 2008 it is as easy as turning on the themes service. I haven't confirmed that though.
User avatar
ucosty
Member
Member
Posts: 271
Joined: Tue Aug 08, 2006 7:43 am
Location: Sydney, Australia

Post by ucosty »

Yayyak wrote:The interesting thing is that you can turn back on the themes in the server ports, to make them look like XP and Vista. Indeed, I have heard that on WinServer 2008 it is as easy as turning on the themes service. I haven't confirmed that though.
I am running Windows Server 2008 as my desktop OS. I can confirm that statement.
The cake is a lie | rackbits.com
Post Reply