EmbLogic's Blog

Project 1

Completed till assignment 4(ARRAY)..

Working on Assignment 5(STRINGS)..

Posted in Uncategorized | Leave a comment

project 1

work on array assignment

Posted in Uncategorized | Leave a comment

character driver

driver register and unregister with kernel perform using register_chrdev function and alloc_chrdev_region and unregister with unregister_chrdev_region .

one issue faced:

Instead of whole program execute successfully there is no output  and after reboot it gives correct output.

Posted in Character Driver | Leave a comment

Project 3: status

complete assignment given in session ……….

Posted in Uncategorized | Leave a comment

i am doing the char device registration

Posted in Uncategorized | Leave a comment

Working Status :: C Test

i m giving online c n data structure test.

Posted in Uncategorized | Leave a comment

working on ipc project…

Posted in Uncategorized | Leave a comment

Character driver

Implemented register_chrdev(),unregister_chrdev(),alloc_chrdev_region(),unregister_chrdev_region….

 

Posted in Uncategorized | Leave a comment

project 1

Done 8 programs of assignment 4(strings),working on pointers…

Posted in Data Structures with C | Leave a comment

PROJECT 01…(status)

Assingment 01 ,02, 03
completed ..
working on ASSINGMENT 04 ……………………..

Posted in Uncategorized | Leave a comment

Project 01

Completed till Assignment 4..

 

 

Posted in Uncategorized | Leave a comment

string

what is the function of fflush function in string

Posted in Uncategorized | Tagged | Leave a comment

driver registration and unregistration

properly implemented device registration….

Posted in Uncategorized | Tagged | Leave a comment

work status

done 7 questions of assignment pointers

Posted in Uncategorized | Leave a comment

Project 5: Character Driver

Implemented using rcs
#register_chrdev()
#unregister_chrdev()
#alloc_chrdev_region()
#unregister_chrdev_region()
#module_param
#MAJOR and MINOR macros

Posted in Uncategorized | Leave a comment