- Kernel's entrypoint is called NtProcessStartup right now, for ReactOS. If this is to be changed, it should be changed for all archs, not only for ARM.

svn path=/trunk/; revision=32321
This commit is contained in:
Aleksey Bragin
2008-02-12 13:34:33 +00:00
parent dd25d44880
commit 1565a8ee43
+1 -1
View File
@@ -1033,7 +1033,7 @@ Module::GetDefaultModuleEntrypoint () const
switch ( type )
{
case Kernel:
return "KiSystemStartup";
return "NtProcessStartup";
case KernelModeDLL:
case KernelModeDriver:
return "DriverEntry@8";