Tag Archives: to pravjot sir
Avtar Singh E-30.01.30
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.30 branch: locks: strict root: 1.30 access list: symbolic names: keyword substitution: kv total revisions: 31; selected revisions: 31 description: in this i register many no. of devices that we can provide at … Continue reading
Avtar Singh E-30.01.30
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.29 branch: locks: strict root: 1.29 access list: symbolic names: keyword substitution: kv total revisions: 30; selected revisions: 30 description: in this i register many no. of devices that we can provide at … Continue reading
Avtar Singh E-30.01.30
INTRODUCTION: Device driver is basically a module(piece of code) used to make possible the communication between hardware and application like VLC media player,firefox,USB devices etc.So device driver is used to drive the hardware according to the application.Different type of applications … Continue reading
Pointers.
#include<stdio.h> #include<stdlib.h> int main() { void *ptr; char i; ptr = malloc(sizeof(int ) * 5); for(i = 0; i<(sizeof(int) * 5); i++) { *(int *)(ptr + i) = i; printf(” ptr + %d = %p\t %d\n”, i, (ptr + i … Continue reading
Avtar Singh E 30.01.30
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.19 branch: locks: strict root: 1.19 access list: symbolic names: keyword substitution: kv total revisions: 20; selected revisions: 20 description: in this i register many no. of devices that we can provide at … Continue reading
Avtar Singh E-30.01.30
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.18 branch: locks: strict root: 1.18 access list: symbolic names: keyword substitution: kv total revisions: 19; selected revisions: 19 description: in this i register many no. of devices that we can provide at … Continue reading
Avtar Singh E-30.01.30
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.16 branch: locks: strict root: 1.16 access list: symbolic names: keyword substitution: kv total revisions: 17; selected revisions: 17 description: in this i register many no. of devices that we can provide at … Continue reading
E 30:01:30 Vikram Sharma
CS file: ./ch_d.c,v Working file: ./ch_d.c head: 1.15 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 15; selected revisions: 15 description: Basic Driver Arch. with cdev initionlized —————————- revision 1.15 date: 2013/07/16 23:23:14; author: vikram; state: … Continue reading
30.1.30: JATINDER KUNAR
Implemented the driver fror n number of byte reading and n number of byte writing. Now going to sleep as provjot sir said today …. go to bed on time. good night. RCS file: lkm.c,v Working file: lkm.c head: 1.17 … Continue reading
30.01.30: JATINDER KUMAR
today i made simplest driver hello word . understood lsmod,rmmod,insmod now i am going home
E 30: Vikram Sharma
——————————————- revision 1.5 date: 2013/06/26 14:31:12; author: vikram; state: Exp; lines: +27 -12 300 Clients Served Successfully. with NO changes. fro version 1.4. —————————-
E 30 Avtar Singh
RCS file: server.c,v Working file: server.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: server with one processing client to increment received data by 1. in this threads are … Continue reading
E 30: Vikram Sharma
RCS file: ./server.c,v Working file: server.c head: 1.4 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: Initial server.c But some BUGS. —————————- revision 1.4 date: 2013/06/26 03:13:53; author: vikram; state: Exp; … Continue reading
project_3 using pipe
RCS file: project.c,v Working file: project.c head: 1.8 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: Created simple child and parent using fork. —————————- revision 1.8 date: 2013/05/30 11:03:51; author: jatinder; … Continue reading
E7
created master array.working on further project.