5

カーネルローダブルモジュールを介して FreeBSD にシステムコールを追加するための優れた (エントリーレベルの) チュートリアルはありますか? 具体的には、メソッドの必要な形式、プロセスからの情報の取得などです。

4

1 に答える 1

10

I'm really happy to see that your professor is giving you such practical assignments. I wish I had such profs.

Anyway, the thing is when you are working in the kernel domain you can hardly find any resources. People who are working in kernel domain don't document stuff or write tutorials. So, its really hard to find any "Entry Level" documents. Also, even if you find any such tutorial, the things in kernel keeps on changing and document wont be updated. When I started I had to learn things by reading the kernel code.

Another important thing is Linux is more documented than any UNIX. Sometimes you can read Linux stuff and port that knowledge to UNIX. Enough with the complaining. Now here are the resources that might help you.

BSD UNIX:

Linux:

于 2010-10-09T05:13:23.963 に答える