Tag Archives: pravjot sir
DEVICE DRIVER
head 1.3; access; symbols; locks root:1.3; strict; comment @ * @; 1.3 date 2014.01.07.05.55.57; author root; state Exp; branches; next 1.2; 1.2 date 2014.01.07.04.44.27; author root; state Exp; branches; next 1.1; 1.1 date 2014.01.07.03.22.24; author root; state Exp; branches; next … Continue reading
DEVICE DRIVER SCULLDEV ALLOCATION & DEALLOCATION
module initialization log_file head 1.2; access; symbols; locks root:1.2; strict; comment @ * @; 1.2 date 2014.01.07.04.44.27; author root; state Exp; branches; next 1.1; 1.1 date 2014.01.07.03.22.24; author root; state Exp; branches; next ; desc @device driver registerd using alloc_chrdev_region … Continue reading
device driver module registration
module initialization log_file head 1.1; access; symbols; locks root:1.1; strict; comment @ * @; 1.1 date 2014.01.07.03.22.24; author root; state Exp; branches; next ; desc @device driver registerd using alloc_chrdev_region @ 1.1 log @Initial revision @ ______________________________________________________________________________________________________________________________________________________________________ module clean_up log_file … Continue reading
Bizarre condition
whenever i open terminal, this ~~ automatically starts printing on my screen continuously…… it also create very much problem while typing….. and main thing is this is not a hardware problem of my laptop… because this problem was not there … Continue reading
Olinuxino:
How can i install flex2bin in my host? I tried but getting error in installiation of the this tooll.
Character Driver Article
Article On Character Driver This Article is based on how I implemented character driver till now. First of all we have to know actually what a driver Is. Let take a example in real world we have a man who … Continue reading
30.1.30: Jatinder Kumar
From last two weeks i am working on Character Driver. What is device driver and need of driver? From my knowledge device driver is nothing but piece of code that runs the device . Every device need that code to … Continue reading
30.01.30 : Taruna
Character-driven drivers are device drivers that operate on characters (bytes) as the basic unit of input and output. They are accessed in a sequential, non-random manner. I started writing my first character driver by writing the simplest module – … Continue reading
30.01.30 : Taruna
RCS file: lkm.c,v Working file: lkm.c head: 1.18 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 18; selected revisions: 18 description: Created the base module. Used alloc_chrdev_region and register_chrdev_region to register the driver and unregistered it … Continue reading
Character Driver
Done with write call RCS File head 1.8; access; symbols; locks; strict; comment @ * @; 1.8 date 2013.07.14.10.18.16; author Ashish; state Exp; branches; next 1.7; 1.7 date 2013.07.13.07.47.07; author Ashish; state Exp; branches; next 1.6; 1.6 date 2013.07.11.08.29.33; author … Continue reading
Character Driver
RCS file: chard.c,v Working file: chard.c head: 1.5 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: registered and unregistered devices using alloc_chrdev_region and unregis_chrdev_region. implemented scull_setup function. implemented scull_open routine. started … Continue reading
Ranjeet Singh
RCS file: header2.h,v Working file: header2.h head: 1.9 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 9; selected revisions: 9 description: This is the header file for loadable kernel module. —————————- revision 1.9 date: 2013/07/09 18:01:36; … Continue reading