- Inline and make some slight correctiions to KiInitailizeSystemClock, since it's...
authorAlex Ionescu <aionescu@gmail.com>
Sun, 8 Oct 2006 04:05:27 +0000 (04:05 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 8 Oct 2006 04:05:27 +0000 (04:05 +0000)
commit4b00ba5d4df8f982817bb1cc2be61d864786284f
tree247cc52955bf8fede1017df24626e9437dbd7f15
parent9088db842e83d2fdc94609d824f99d85cef71df4
- Inline and make some slight correctiions to KiInitailizeSystemClock, since it's based on the Ex subsystem, not Ke. Add code for boot-time timezone bias, but currently disabled because I need to implement a function to read configuration registry data at startup.
- Improve Init bugchecks to give the exact module that failed. Add Kd initilization in the same block as the other subsystems.
- Rename and re-arrange some initlization calls.

svn path=/trunk/; revision=24438
13 files changed:
reactos/ntoskrnl/cc/cacheman.c
reactos/ntoskrnl/cm/registry.c
reactos/ntoskrnl/ex/init.c
reactos/ntoskrnl/ex/sysinfo.c
reactos/ntoskrnl/ex/time.c
reactos/ntoskrnl/fs/filelock.c
reactos/ntoskrnl/include/internal/cc.h
reactos/ntoskrnl/include/internal/ex.h
reactos/ntoskrnl/include/internal/fsrtl.h
reactos/ntoskrnl/include/internal/ke.h
reactos/ntoskrnl/include/internal/ntoskrnl.h
reactos/ntoskrnl/kd/kdinit.c
reactos/ntoskrnl/ke/clock.c