I need to do an integer division in a kernel module and I am using do_div() for that. It seems to work on my machine (I have an i686 processor), however I am not sure that it works everywhere. Could a
A multithreaded application hangs and it is not responding to any commands. I have tried following things without luck:
I am a computer engineering student studying Linux kernel development. My 4-man team was tasked to propose a kernel development project (to be implemented in 6 weeks), and we came up with a tentative
I am trying to use Emacs as an IDE in my Linux kernel development projects. So I installed CEDET and GNU Global (gtags) with no problems.
In a project I am involved in we have the following hardware setup: Linux PC ------> \"Router\" +----> \"Device A\"
Is there any major difference between the two? Is there anything that can be done in one and not the other? Do I need to take more care when modifying, for example, the page fault hand开发者_开发技巧l
I spe开发者_StackOverflow中文版nt this morning trying to find out how to determine which processor id is the hyper-threaded core, but without luck.
I am working on the TI OMAP platform with Android as the operating system. For one UseCase, we have to toggle one of the LED\'s in the device. The LED has number of \"Device Attributes\" and from the
I use vm_insert_page to insert a page to a userspace VMA, now I want to remove that page from that VMA. But I don\'t want the whole VMA g开发者_运维问答ot unmapped, just that exact page range only. Wh
I\'m working on an linux application incorporating ptrace to observe the threads of another process. When the application I observe forks a child process this already works quite well. By calling wait