Posted by
Johny in
Windows Problems on
Jan 27th, 2010 |
2 Comments
The kernel is right at the heart of an operating system. The kernel is responsible for providing all of the basic services required by the operating system including I/O functions, interrupts, and managing memory. In all versions of windows the kernel processes are handled by Kernel32.dll. Kernel32.dll...