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

RE: Difference between Windows NT 5.0 and NT 5.1 booting process by pavel_a

pavel_a
Wed Feb 01 10:47:27 CST 2006

Hi Developer... How about getting you a buddy Researcher? :)

http://www.microsoft.com/whdc/system/winpreinst/ntfs-preinstall.mspx
http://www.microsoft.com/whdc/system/sysperf/fastboot/fastboot-winxp.msp
http://www.microsoft.com/technet/windowsvista/library/c61f2a12-8ae6-4957-b031-97b4d762cf31.mspx

Regards,
--PA

"Developer" wrote:
> 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