Tagged Questions
0
votes
1answer
30 views
Understanding a XINU system call - getstk.c [closed]
I am having trouble conceptually understanding what is going on towards the end of this system call, and why. I understand the getstk.c method returns the highest memory address of available space, ...
18
votes
1answer
372 views
How to get started writing drivers?
I have a throw-away cheap laptop I'd like to twiddle around, a Thinkpad SL 500.
What bothers me are two leds, the one for wireless connectivity, and the one for hibernation, which don't light up at ...
1
vote
1answer
481 views
What is syscall-template.S?
I've come across a file syscall-template.S more specifically its location is
.../sysdeps/unix/syscall-template.S
What is this file?
Where is it. It is not on my system and I cannot find it in ...
2
votes
1answer
239 views
Unable to access linux/skbuff.h
I am writing a kernel module where I need to access sk_buff variables. But when I write
#include <linux/skbuff.h>
Netbeans says it can't locate that header file.
2
votes
1answer
805 views
How to capture from instensive pro in Ubuntu, Fedora, CentOS using HDMI interface?
I am trying to use PCI-X1 capture card (intensiy pro) using Ubuntu 10.04 (now) / 11.04 (failed) or Fedora (failed). None of them is yet capturing. I did my best but now i need some backup on this.
...