Re: PATCH: virtual fixes for native mode

2004-02-12 Thread Alexandre Julliard
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

Re: PATCH: virtual fixes for native mode

2004-02-07 Thread Vizzini
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

Re: PATCH: virtual fixes for native mode

2004-02-06 Thread Marcus Meissner
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

Re: PATCH: virtual fixes for native mode

2004-02-06 Thread Juan Lang
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

Re: PATCH: virtual fixes for native mode

2004-02-06 Thread Uwe Bonnes
> "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