python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to indentify kernel processes (processes running with protection ring 0) in Windows 10?
How can we or windows identify or differentiate kernel processes and user/application processes. Based on meta data of process, flags in process table or other.
PUNIT LADDHA
Votes: 0
Answers: 1
How can I prepare a Linux source tree so an external module can be compiled against it?
I am keeping a WIFI driver alive by patching compilation errors for new Kernel versions. I can build it against a source tree, so I do not have to boot the kernel for which I want to fix it.
Unfortuna...
Max Görner
Votes: 0
Answers: 1
copy_from_user and strcmp causing kernel crashes
I have recently started working with kernel modules and I'm writing a simple character device driver. My device supports operations such as read and write and my read function is working as expected.
...

hanie
Votes: 0
Answers: 0
Procfs file vs Device file in Embedded Linux driver development
i am planning to develop a device driver for a custom board.
as my research went on , I encounter two main ways to develop a driver . the device file which uses structures and another one was using pr...
S2G
Votes: 0
Answers: 0