-2
votes
1answer
46 views
Sanos cpu scheduling
How is cpu scheduling done in sanos?
5
votes
9answers
823 views
What is a good barebones linux distro for beginner kernel development?
In my Operating Systems class we are looking to modify a Linux kernel with some simple system calls of our own in C.
What would be a good distro suited for this purpose? We don't …
0
votes
2answers
94 views
Virtual Webcam in C++
I want to write a new virtual webcam driver, which for example will take an AVI or live stream for example for screen and stream it as webcam source.
I'll not have webcam really, …
0
votes
4answers
279 views
Any experience with SANOS operating system kernel?
I was browsing for an open source kernel when I ran across SANOS which feels like something worth keeping alive as open source. To bring it up to modern standards, the following en …
2
votes
2answers
68 views
Linux Kernel: copy_from_user - struct with pointers
Hello,
I've implemented some kind of character device and I need help with copy_ from_user function.
I've a structure:
struct my_struct{
int a;
int *b;
};
I initialize it i …
1
vote
2answers
28 views
Text book / online resource for learning to program at system/kernel level
Is there any book/resource that one can refer to, to be able to write programs at kernel/system level.. I'm looking for a programming book that could serve as a guide to write kern …
0
votes
1answer
48 views
How do you start off with implementing a thread library ?
How to write kernel code in C ? Where can we look forward to learn more of writing kernel code ? I want to know writing programs in C that can be used to modify my kernel. How do i …
1
vote
4answers
68 views
Linux kernel modules - security risk?
How much of a security risk are linux kernel modules? I remember reading that it was possible if someone got access, that all they had to do was load a rootkit module. Is this corr …
2
votes
2answers
66 views
Windows Process Descriptor
There is a Flink and Blink (Forward Link and Backward Link) for a double-linked list of processes. There is a process identifier. All of this is packed in a struct that is referenc …
1
vote
2answers
188 views
[linux kernel] get _complete_ process name from pid
hi,
I am in a kernel module and I want to have the whole process name
from a given pid. exactly: I want the line which is hold in /proc/PID/cmdline.
The problem is that task_stru …
0
votes
3answers
145 views
An Operating System/Kernel other than present ones? [closed]
What will be the future of OS/Kernel writing.The current trend seems to be following linux kernels..and the microsoft's own kernels...is there any chance of having an entirely new …
1
vote
1answer
136 views
DbgPrint in Memory Dump?
I have a driver that directly avoids the BSoD and turns the screen of Windows Vista into black with few colourful dots and stripes. I am finding a memory dump on the system afterwa …
0
votes
1answer
111 views
What Java application is available to stress-test a virtual machine?
I am interested in ways to stress-test as well as benchmark the SANOS operating system kernel.
0
votes
1answer
48 views
a question regarding NTFS filter driver
hi,
does anyone have an article regarding writing filter drivers for the NTFS ?
another question - when im writing a filter driver for NTFS, can I just pass down my IRP using IoS …
0
votes
1answer
28 views
How do I know which OSBundleLibrary to include when using XCode?
Hi guys,
It seems that I am doing something wrong or the linker is not very good in xcode (I imagine is the first situation :) ) but I found that I need to manually add the OSBund …
