ReactOS 0.3.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ReactOS 0.3.8 (Default branch)
# 1  
Old 02-06-2009
ReactOS 0.3.8 (Default branch)

Image ReactOS is an advanced operating system providing a ground-up implementation of a Microsoft Windows XP compatible operating system. It aims to achieve complete binary compatibility with both applications and device drivers meant for NT and XP operating systems by using a similar architecture and providing a complete and equivalent public interface. License: GNU General Public License (GPL) Changes:
Various bugfixes and enhancements to kernel core services (e.g. registry, system information routines, sync primitives like guarded mutex, I/O support, and others). An initiative has been started to fix the remaining unstable parts of the kernel: Memory Manager, caching code, and filesystem driver APIs and other dependencies of Mm. Introduction of a new Portable Structured Exception Handling mechanism (PSEH 2.0). Various GDI drawing problems were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
kgmon(8)							    Unsupported 							  kgmon(8)

Name
       kgmon - generate a dump of the operating system's profile buffers

Syntax
       /etc/kgmon [ options ] [ system ] [ memory ]

Description
       The command is used when profiling the operating system.  When no arguments are supplied, indicates the state of operating system profiling
       as running, off, or not configured.  For further information, see If the option is specified, extracts profile data from the operating sys-
       tem and produces a file suitable for later analysis by

       The  file  is first converted to a format suitable for by using the filter. The command dumps the kernel profiling data for all the proces-
       sors in the system. The command is used to create a file suitable for analysis by for any or all the processors in the system.

Options
       -b   Resumes the collection of profile data.

       -h   Stops the collection of profile data.

       -p   Dumps the contents of the profile buffers into a file.

       -r   Resets all the profile buffers.  If the option is also specified, the file is generated before the buffers are reset.

       If neither nor is specified, the state of profiling collection remains unchanged.  For example, if the option is specified and profile data
       is  being  collected,  profiling  will be momentarily suspended, the operating system profile buffers will be dumped, and profiling will be
       immediately resumed.

Diagnostics
       Users with only read permission on cannot change the state of profiling collection.  They can get a file with the warning that the data may
       be inconsistent if profiling is in progress.

Files
       Default system

       Default memory

See Also
       gprof(1), config(8), kgconv(8)

																	  kgmon(8)