FreeBSD vs. Linux - kernel developing

Submitted by kb88
on August 1, 2006 - 2:53am

Hello,
I have acquired some experience in Linux kernel development, and I look how to map my knowledge toward FreeBSD.
Please advise, where can I find a **comparison** (Linux/FreeBSD) of the kernel concepts and development approaches, like
kernel API,
work queues,
kevents/kqueues,
netlink differences,
kernel module development framework.

Google generally gives a comparison of OS: memory management, scheduling, file systems...
What I need is the development objectives.

Thank you

In general you must check the

sanky
on
August 2, 2006 - 10:32am

In general you must check the following:

http://www.freebsd.org/docs/books.html

However, the link you'll love most might be : http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/index.html

Regards

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.