Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 1999 11:13:35 +0900
From:      "Ilhwan Kwon" <jamester@dacl3.snu.ac.kr>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   creating syscalls
Message-ID:  <000101be5308$a321d5e0$65422e93@james.snu.ac.kr>

next in thread | raw e-mail | index | archive | help
Hi.

I tried to create my own system calls, which specifically computes the maximum memory used by kernel when it operates as a router.
1. I created a global variable which is updated in m_devget function in uipc_mbuf.c.

2. I created a .h and .c file which contains my system call declaration and implementation.

3. I added entries in syscalls.master for the newly created system calls.

The problem is that I do not know how to run syscalls.conf on syscalls.master.

Additionally I am not sure whether what I did is correct.
Any help on this matter will be greatly appreciated.

Thanks

best regrads.
-James Kwon
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101be5308$a321d5e0$65422e93>