Memory management is the most important parts of the operating system.early days of computing, there has been a need for more memory than exists physically in a system.Virtual memory makes the system appear to have more memory than it actually … Continue reading
Successfully implemented all synchronization techniques. now implementing ioctl.
Presently i am implementing character device driver,there are short description of my work on driver till now. >1st initialize the character driver by allocating memory on physical memory by registering in the kernel as a kernel module. >And extracting major … Continue reading
I am implemented successfully read operation from kernel space to user space with and without using lseek machanism.
I am implemented successfully write operation in multiple quantum in kernel space from user space . Now i am implementing reading operation in user space from kernel space.