From: Robert D. <od...@pn...> - 2002-06-28 06:24:49
|
The function CmiVerifyHiveHeader(PHIVE_HEADER Header) in module ntoskrnl/cm/regfile.c is giving the following error on my current build updated with latest CVS. This is after removing the assert on each condition failure. ReactOS then boots ok. Loading Ndis... (ldr/loader.c:1431) DriverBase: dca16000 Running autocheck... Autochk 0.0.1 Checking drive C: OK - - - - Unused3 is 00000003 (must be 1) Unused4 is 00000000 (must be 3) Unused5 is 00000001 (must be 0) Unused7 is 00000000 (must be 1) - - - - repeated four times - - - - (ldr/loader.c:1431) DriverBase: dca88000 SMSS: Loaded win32k.sys (Status 0) Can anybody advise as to what has changed here. Looks like some index is now off by one. Thanks and regards, Robert. |