Linked by Thom Holwerda on Thu 27th Jul 2006 17:32 UTC, submitted by GreatLord
Thread beginning with comment 147093
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/25/13 0:45 UTC
Linked by Thom Holwerda on 05/24/13 23:59 UTC
Linked by Thom Holwerda on 05/24/13 22:33 UTC
Linked by Howard Fosdick on 05/24/13 21:41 UTC
Linked by Thom Holwerda on 05/24/13 14:44 UTC
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
More News »
Sponsored Links



Member since:
2005-12-31
> Personally, given that the NT architecture was supposed
> to support many faces (NT, POSIX, win32, win16, etc) on
> top of the kernel, I guess I would prefer if the
> special cases were moved out of the core win32
> implementation and into a special face (can't really
> remember the right term for this sorry). Is this
> possible to do? From reverse engineering can they know
> what are special cases and what aren't? What impact
> would this have on the size and stability of the
> implementation?
AFAIK, the 'faces' you speak about only apply to userspace programs. For them, your idea might very well be possible. The interesting stuff however happens between the kernel and the userspace, in the so-called executive. This is also where drivers run. AFAIK, for executive modules, no different views exist. All modules see the interface presented to them by the lower-level unit (kernel and HAL) and the interfaces from other executive modules.