No
Yes

vrajput's Blog

Whenever you install a new device  driver in your system, it

7/24/2009

Whenever you install a new device  driver in your system, it gets access to virtual address space supported by the  CPU (Central Processing Unit). As the virtual address spaces in the memory are  addressed separately, the installed device driver cannot use a pointer in  virtual address space to address a location in the physical memory. To access  the physical memory of the hard drive, the driver first needs to translate the  address. A Hardware Abstract Layer (HAL) should set up adapter objects ...read more
                        
Device driver – a software program  installed on your system

7/24/2009

Device driver – a software program  installed on your system to communicate the higher-level computer programs to  the system hardware – can result into a STOP error message if it is virus  infected or incompatible with your system. A STOP error message literary means  that your computer comes to a halt and all the data stored in the hard drive is  inaccessible. To overcome the hazards created by STOP error message, an ideal  solution is to restore the data from an updated backup. However, in ca ...read more
                        
HTML clipboard <!--  p.MsoNormal 	{mso-style-parent:""; 	

7/13/2009

HTML clipboard <!--  p.MsoNormal 	{mso-style-parent:""; 	margin-bottom:.0001pt; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	margin-left:0in; margin-right:0in; margin-top:0in}  li.MsoNormal 	{mso-style-parent:""; 	margin-bottom:.0001pt; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	margin-left:0in; margin-right:0in; margin-top:0in} -->
Microsoft distributes operating system updates in service packs. Windows Vista Service Pack 2 is the one that supports several new types of h ...read more
Although, both deleted file recovery and data recovery soft

7/5/2009


Although, both deleted file recovery and data recovery software are developed to retrieve data from logically damaged storage devices, which does not need Clean Room work, there is one major feature that deleted file recovery software forget to maintain. The deleted file recovery software are designed to work in specific conditions of accidental deletion. In critical data loss situations like file system corruption, disk metadata structure corruption, partition/volume loss and hard drive format ...read more
Windows Kernel sits between Executive and HAL (Hardware Abst

7/5/2009

Windows Kernel sits between Executive and HAL (Hardware Abstraction Layer) and allows performing tasks like multiprocessor synchronization, trapping exception dispatching, initializing device drivers at bootup, interrupting, threading scheduling and dispatching etc. As a fact, all HAL implementations are dependent upon kernel in some manner. It implies that HAL and kernel are engineered in a way that they work together and thus, come in matching sets. But at times, you receive errors that these  ...read more
                        

Stats

  • Posts: 5

  • Comments: 1

  • Favorites: 0

Tags