EmbLogic's Blog

RCS file: app.c,v Working file: app.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: create application for access the data from kernal space to user space through the driver. #include<stdio.h> 2 #include<stdlib.h> 3 #include<fcntl.h> 4 #include<string.h> 5 int main() 6 { 7 int ret; 8 int a; 9 int fd,rfd; 10 int len; 11 char rch[600]={0}; 12 char ch[]=”##### WELCOME MY CLIENT IN MY KERNEL SPACE FOR WRITE OPERATION ######HELLO KERNEL ARE YOU READY FOR WRITE THE DATA IN DATABASE ######0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ9876543210##################################################################################################################### ###########################################################################################################################################################################

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>