EmbLogic's Blog

Author Archives: Shubham Gupta

Shell Script for Character_Device_Driver

#! /bin/bash cheakout_l() { echo “Do you want to look the all file for further editing [y/n]” read responce if [ $responce='y' ] then for file in $(ls *.h,v *.c,v) do co -l $file done fi make clean exit 0 … Continue reading

Posted in Uncategorized | Leave a comment

Character_Device Driver

RCS file: application.c,v Working file: application.c head: 1.7 branch: locks: strict emblogic: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: This is a application.c file In this file control the all applications(read,write,lseek) And … Continue reading

Posted in Uncategorized | Leave a comment