This can all be done with a device file and a corresponding module to
handle the mmap and any ioctl()'s you may want to support. No need to
add another system call.
BAPper
On Tue, Jan 09, 2001 at 02:17:26PM -0500, Doug McNaught wrote:
> Mihai Moise <[EMAIL PROTECTED]> writes:
>
> > My system
Mihai Moise <[EMAIL PROTECTED]> writes:
> My system call idea is to allow a superuser process to request a mmap on
> behalf of an user process. To see how this would be useful, let us consider
> svgalib.
[...]
> With my new system call, a superuser process can set the graphics mode in a
> safe
[EMAIL PROTECTED] said:
> What is the procedure for adding a new system call to the Linux
> kernel?
First: Convince people that it's necessary.
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FA
> > What is the procedure for adding a new system call to the Linux kernel?
>
> hack away, the code's free. don't expect Linus to accept your
> changes into the "real" kernel without a VERY good argument.
I know. However the Kernel Hacker's Guide writes about sys.h. After a bit of
exploring,
4 matches
Mail list logo