LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Running application in kernel mode as device driver! (https://www.linuxquestions.org/questions/linux-newbie-8/running-application-in-kernel-mode-as-device-driver-729283/)

hank007 05-29-2009 05:51 AM

Running application in kernel mode as device driver!
 
It might sound stupid, but, hey, I'm newbie!

Is it possible? Let me explain a bit. I've a full blown application using all operating system features such as threading, synchronization etc. Can I package it as device driver? Would that improve performance? Not sure if there are any memory/code size limitations in device drivers or whether all kernel facilities are available.

veerain 05-29-2009 07:21 AM

You shouldn't in linux make a large application as kernel module or kernel app. Threads, synchronization are good for applications. You need not fear for application being big.


All times are GMT -5. The time now is 06:50 PM.