EmbLogic's Blog

Author Archives: Aswani

Memory management

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 →

Posted in Uncategorized | Leave a comment

character driver

Successfully implemented all synchronization techniques. now implementing ioctl.

Posted in Uncategorized | Leave a comment

Character Device Driver

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 →

Posted in Uncategorized | Leave a comment

Character_driver :read operation

I am implemented successfully read operation from kernel space to user space with and without using lseek machanism.

Posted in Uncategorized | Leave a comment

Character_device driver : Implemented upto write opertion.

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.

Posted in Uncategorized | Leave a comment

finally implemented ftp server…..    

Posted in Uncategorized | Leave a comment