Jump to content

KernSerialize16BitDD

From EDM2
Revision as of 05:20, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== VOID APIENTRY KernSerialize16BitDD(VOID); ==Description== This will acquire a special kernel spinlock. ==Parameters== None. ==Comments== I think, according to ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

VOID APIENTRY KernSerialize16BitDD(VOID);

Description

This will acquire a special kernel spinlock.

Parameters

None.

Comments

I think, according to the name, this has to be called before accessing a 16 bit driver. I wonder though, since you supposedly also have to adjust the stack pointer (KernThunkStackTo16), why both functions haven't been joined in a single call.