Whenever you install a new device driver in your system, it
- 0
- 0
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 a...
Go to post page