Hi all,
I'm working on a full disk encryption driver for which I have written a
lower filter to disk driver and some 16 bit assemby program (INT13 hook)
which will initially decrypt all the system files.
All my modules are working fine in Windows 2000 but in Windows XP it crashes
with the following bug check code.
PROCESS1_INITIALIZATION_FAILED (6b)
Arguments:
Arg1: c000007a, Indicates the NT status code that caused the failure.
Arg2: 00000006, (reserved)
Arg3: 00000000
Arg4: 00000000
Is there any differnence in the booting process of Windows 2000 and Windows
XP in terms of reading the data from the disk at boot level.
Developer