diff --git a/zh_TW.Big5/books/developers-handbook/book.sgml b/zh_TW.Big5/books/developers-handbook/book.sgml index bac45423bc..2cf72d548b 100644 --- a/zh_TW.Big5/books/developers-handbook/book.sgml +++ b/zh_TW.Big5/books/developers-handbook/book.sgml @@ -1,228 +1,229 @@ %books.ent; %chapters; ]> FreeBSD Developers' Handbook - The FreeBSD Documentation Project + FreeBSD 文件計畫 August 2000 2000 2001 2002 2003 2004 2005 2006 The FreeBSD Documentation Project &bookinfo.legalnotice; &tm-attrib.freebsd; &tm-attrib.apple; &tm-attrib.ibm; &tm-attrib.ieee; &tm-attrib.intel; &tm-attrib.linux; &tm-attrib.microsoft; &tm-attrib.opengroup; &tm-attrib.sun; &tm-attrib.general; - Welcome to the Developers' Handbook. This manual is a - work in progress and is the work of many - individuals. Many sections do not yet exist and some of those - that do exist need to be updated. If you are interested in - helping with this project, send email to the &a.doc;. - - The latest version of this document is always available - from the FreeBSD World - Wide Web server. It may also be downloaded in a - variety of formats and compression options from the FreeBSD FTP - server or one of the numerous mirror - sites. + + 歡迎使用 Developers' Handbook! + 這份文件是由許多人 不斷撰寫 而成的, + 而且許多章節仍需更新或者內容還是一片空白, + 如果你想幫忙 FreeBSD 文件計劃, + 請寄信到 &a.doc;。 + + + + 最新版的文件都在 FreeBSD 官網 上面, + 也可從 FreeBSD FTP server 下載不同格式的資料。 + 當然也可以在其他的 mirror站下載。 + + - Basics + 基本概念 &chap.introduction; &chap.tools; &chap.secure; &chap.l10n; &chap.policies; &chap.testing; - Interprocess Communication + Interprocess Communication(IPC) &chap.sockets; &chap.ipv6; - Kernel + Kernel(核心) &chap.dma; &chap.kerneldebug; - Architectures + Architectures(電腦架構) &chap.x86; - Appendices + 附錄 Dave A Patterson John L Hennessy 1998Morgan Kaufmann Publishers, Inc. 1-55860-428-6 Morgan Kaufmann Publishers, Inc. Computer Organization and Design The Hardware / Software Interface 1-2 W. Richard Stevens 1993Addison Wesley Longman, Inc. 0-201-56317-7 Addison Wesley Longman, Inc. Advanced Programming in the Unix Environment 1-2 Marshall Kirk McKusick Keith Bostic Michael J Karels John S Quarterman 1996Addison-Wesley Publishing Company, Inc. 0-201-54979-4 Addison-Wesley Publishing Company, Inc. The Design and Implementation of the 4.4 BSD Operating System 1-2 Aleph One Phrack 49; "Smashing the Stack for Fun and Profit" Chrispin Cowan Calton Pu Dave Maier StackGuard; Automatic Adaptive Detection and Prevention of Buffer-Overflow Attacks Todd Miller Theo de Raadt strlcpy and strlcat -- consistent, safe string copy and concatenation.