DragonFly kernel List (threaded) for 2008-07
DragonFly BSD
DragonFly kernel List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Adding new syscall


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 13 Jul 2008 14:52:51 -0700 (PDT)

:Hi,
:         I am trying to add new system call for proportional share scheduler. I have written 
:the code for the syscall in /kern/kern_resource.c and modified /sys/sysproto.h /kern/syscall.master. 
:Most of the remaining files related to syscall are auto generated.
:
:         The kernel compiles properly but the still the auto generated files donot show the new syscall that 
:i have added. Is there any other file that needs to be modified. I am trying this on VKERNEL.
:
:         Please let me know. Thanks
:
:Regards
:Mayur 

    In your local source tree:

    cd /usr/src/sys/kern
    make sysent

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]