EmbLogic's Blog

Category Archives: Project 11: A Character Device Drivers Based Project

Memset,Memmove,Memcopy Function

The memset() Function To set all the bytes in a block of memory to a particular value, use memset(). The function prototype is void * memset(void *dest, int c, size_t count); The argument dest points to the block of memory. … Continue reading

Posted in Project 11: A Character Device Drivers Based Project | Leave a comment

MODULE FIRST PROGRAM DEVICE DRIVER

head    1.1; 2 access; 3 symbols; 4 locks 5         emblogic:1.1; strict; 6 comment @ * @; 7 8 9 1.1 10 date    2014.02.04.04.44.59;    author emblogic;        state Exp; 11 branches; 12 next    ; 13 14 15 desc 16 @this is the … Continue reading

Posted in Project 11: A Character Device Drivers Based Project | Leave a comment

Re: /proc filesystem

Sir, I have implemented /proc file system  successfully.

Posted in Character Driver, Project 11: A Character Device Drivers Based Project | Leave a comment

PROJECT 11

sir please publish the project 11 thread ..its still in draft stage.. updates…. saurabh :facing problem with lseek in write  working on menu table of read, write and optimization of lseek. sumit massey : done optimisation on lseek , read … Continue reading

Posted in Device Drivers, Project 11: A Character Device Drivers Based Project | Leave a comment