I am trying to compile a hello world module given over here I have followed the following step. Downloaded Linux kernel 2.6.35-rc5
I wanted to get more details for writing Graphics device drivers and audio device drivers using c++ for Linux box.
I getting a kernel crash as below. Here I can observe large memory is present in unevictablle page. I wish to know when exactly memory is added to unevictable page list.
I am trying to debug somewhat strange problem in the device driver for the PCIe FPGA device. Both the device driver and the FPGA image are developed in the house.
Is there a way to get function caller in linux kernel? I know __func__ returns the function name wh开发者_如何学JAVAich is executing. I am looking for the function which called \"__func__\"You can get
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I was wondering why there is no X11 driver for the mali 3D arm gfx chip.I looked into building an X11 driver for the avail开发者_如何学Cable kernel driver, but could not find any documentation on how
I want to test the compliance 开发者_如何学JAVAof Linux Ethernet and I2C drivers. Is there any open source tool or framework to test these drivers?Compliance with what? Usually, the organization which
I have a device driver that uses buffers in RAM that I want the user to be able to map to user space. I have read http://lwn.net/images/pdf/LDD3/ch15.pdf which talks about using nopages, but the examp
I have a Fibre Optic link, with a proprietary Device Driver. The link goes into a PCIe card. Running on a RHEL 5.2 (2.6.18-128~)