Marcus Meissner <[EMAIL PROTECTED]> writes:
> This is the next try for assisting loading NT native dlls.
>
> We need non-page aligned access for those drvs, which have sections
> that are not page aligned.
>
> Also some bad magic tries to write the import thunks into thefirst
> page, so we need t
On Fri, 2004-02-06 at 14:49, Juan Lang wrote:
> Hi Uwe, in NT the native (system call) interface is
> through ntdll. There are a number of subsystems
> implemented on top of that: the win32 subsystem, the
> posix subsystem, and the OS/2 subsystem. It's
> possible however to write an app that jus
On Fri, Feb 06, 2004 at 09:47:07AM +0100, Uwe Bonnes wrote:
> > "Marcus" == Marcus Meissner <[EMAIL PROTECTED]> writes:
>
> Marcus> Hi, This is the next try for assisting loading NT native dlls.
>
> Marcus> We need non-page aligned access for those drvs, which have
> Marcus> secti
Hi Uwe, in NT the native (system call) interface is
through ntdll. There are a number of subsystems
implemented on top of that: the win32 subsystem, the
posix subsystem, and the OS/2 subsystem. It's
possible however to write an app that just uses ntdll;
this is a "native" NT app.
This page has
> "Marcus" == Marcus Meissner <[EMAIL PROTECTED]> writes:
Marcus> Hi, This is the next try for assisting loading NT native dlls.
Marcus> We need non-page aligned access for those drvs, which have
Marcus> sections that are not page aligned.
Marcus> Also some bad magic tries to