EmbLogic's Blog

Author Archives: vikrant.verma

Character Device Driver : Semaphore

implementation of  semaphore in kernel. There are using three application at user level. In 1st application three threads using for Open,Write and close. in 2nd application three threads using for Open,read and close. And last application is same as 2nd … Continue reading →

Posted in Uncategorized | Leave a comment

Character Driver: lseek complete

RCS file: ./lseek.c,v Working file: ./lseek.c head: 1.3 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: lseek operation done. revision 1.3 date: 2014/02/27 18:30:59; author: root; state: Exp; lines: +7 -0 … Continue reading →

Posted in Uncategorized | Leave a comment

Character driver: Write Operation For Multiple Quantum

head 1.18; access; symbols; locks; strict; comment @ * @; 1.8 date 2014.02.23.16.17.34; author root; state Exp; branches; next 1.7; 1.7 date 2014.02.23.16.16.23; author root; state Exp; branches; next 1.6; 1.6 date 2014.02.23.16.13.47; author root; state Exp; branches; next 1.5; … Continue reading →

Posted in Uncategorized | Leave a comment

work on character driver : operations on open & release.

CHARACTER DEVICE DEVELOPMENT: OPEN: CLOSE: —————————- revision 1.6 date: 2014/02/15 09:26:13; author: root; state: Exp; lines: +3 -0 *** empty log message *** —————————- revision 1.5 date: 2014/02/15 09:19:22; author: root; state: Exp; lines: +3 -1 release prototype use and … Continue reading →

Posted in Uncategorized | Leave a comment

proj:1

starting project1 for data compression.

Posted in Uncategorized | Leave a comment