----- Original Message -----
From: 郭振华 <[EMAIL PROTECTED]>
To: freebsd-hackers@freebsd.org
Subject: a puzzle about FreeBSD
Date: Sat, 19 Nov 2005 21:51:58 +0800

> 
> I am very interested in FreeBSD but it is difficult to master it. There is
> little resource related to the most basic and fundamental problems.
> 
> I read the source code of a project. I don’t understand SYSCTL_IN macro and
> SYSCTL_PROC macro. I want to know when my function registered in SYSCTL_PROC
> is called.
> 
> In addition, can you give me some advanced reference books or websites which
> are useful?
> 
> 
> 
> Best wishes
> 
> Jenvor
> 
> _______________________________________________

May these be help:
1.FreeBSD and Linux Kernel Cross-Reference :http://fxr.watson.org/
  you can look up the source of functions and macros you'd like to know.
2.FreeBSD Architecture Handbook 
:http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/
  or the Chinese 
version:http://www.freebsd.org.cn/snap/doc/zh_CN.GB2312/books/arch-handbook/
3.Attacking FreeBSD with Kernel 
Modules:http://packetstormsecurity.org/papers/unix/bsdkern.htm
  something about kernel modules and syscalls.
4.http://www.xfocus.net/articles/200312/650.html:something about the kernel in 
Chinese.
5.The Design and Implementation of the FreeBSD Operating System

Yong

-- 
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to