A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Casper Hornstrup eb3b9049a9 2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ntoskrnl/dbg/profile.c: New file.
	* ntoskrnl/Makefile (OBJECTS_KDBG): Add dbg/profile.o.
	* ntoskrnl/dbg/kdb.h: Define NTOS_MODE_KERNEL. Include <ntos.h>.
	(LdrGetAddressInformation, KdbInitProfiling, KdbInitProfiling2,
	KdbDisableProfiling, KdbEnableProfiling, KdbProfileInterrupt) Prototype.
	* ntoskrnl/kd/kdebug.c (KdInitSystem): Add /PROFILE option if KDBG=1.
	* ntoskrnl/ke/main.c (ExpInitializeExecutive): Call KdbInitProfiling2()
	if KDBG=1.
	* ntoskrnl/ke/i386/irq.c: Include <../dbg/kdb.h> if KDBG=1.
	(KiInterruptDispatch): Call KdbProfileInterrupt() on timer interrupt
	if KDBG=1.

svn path=/trunk/; revision=4001
2003-01-15 19:58:07 +00:00
freeldr Set the hidden sector value from boot sector with the correct partition offset. 2003-01-02 21:43:52 +00:00
os2 path to root correction. 2003-01-12 02:03:06 +00:00
posix added install batch similar to that provided in /reactos. Removed deprecated Makefile. 2003-01-07 16:24:45 +00:00
reactos 2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-01-15 19:58:07 +00:00
rosapps Mainly standardisation of makefiles, now support make install rules and use ros headers... 2003-01-15 19:55:29 +00:00