From: Eric K. <ek...@rz...> - 2002-06-17 21:17:36
|
<kr...@mb...> wrote: > I'm so paranoid that I do full rebuild from clear updated source every time. Then have a look at InitSystemSharedUserPage() in ntoskrnl/ke/main.c. There are several calls to KeBugCheck(). If the function above the KeBugCheck() call is a CPRINT macro, change "CPRINT" to "DPRINT1" and rebuild ntoskrnl (run "make ntoskrnl"), install it and boot it. Now you should get more detailed information about where ntoskrnl actually crashes. Eric |