[ros-diffs] [fireball] 32321: - 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.

fireball at svn.reactos.org fireball at svn.reactos.org
Tue Feb 12 14:34:33 CET 2008


Author: fireball
Date: Tue Feb 12 16:34:33 2008
New Revision: 32321

URL: http://svn.reactos.org/svn/reactos?rev=32321&view=rev
Log:
- 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.

Modified:
    trunk/reactos/tools/rbuild/module.cpp

Modified: trunk/reactos/tools/rbuild/module.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/module.cpp?rev=32321&r1=32320&r2=32321&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/module.cpp (original)
+++ trunk/reactos/tools/rbuild/module.cpp Tue Feb 12 16:34:33 2008
@@ -1033,7 +1033,7 @@
 	switch ( type )
 	{
 		case Kernel:
-			return "KiSystemStartup";
+			return "NtProcessStartup";
 		case KernelModeDLL:
 		case KernelModeDriver:
 			return "DriverEntry at 8";




More information about the Ros-diffs mailing list