From: Felix Lee Date: Thu, 19 Oct 2023 11:39:23 +0000 (+0800) Subject: change date and add frontmatter X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=5ed7ec47fd9210e1bc0a7e86497cf8ca1a9e7206;p=lkmpgcn change date and add frontmatter --- diff --git a/lkmpg_cn.tex b/lkmpg_cn.tex index bd6a24f..a03f50a 100644 --- a/lkmpg_cn.tex +++ b/lkmpg_cn.tex @@ -61,7 +61,8 @@ \author{Peter Jay Salzman, Michael Burian, Ori Pomerantz,\and Bob Mottram,% Jim Huang, Felix Lee} -\date{2023年9月21日} +%% \date{2023年9月21日} +\date{2023年9月28日} \title{Linux内核模块编程指南} %% \renewcommand{\contentsname}{目 录} @@ -109,9 +110,9 @@ Jim Huang, Felix Lee} \makeatother %% \begin{document} +\frontmatter% \begin{CJK}{UTF8}{song} -\maketitle \ifdefined\HCode \includegraphics{assets/cover-with-names.png} % turn off TOC @@ -124,9 +125,47 @@ Jim Huang, Felix Lee} \node at (11, -11.5) {\Large \textbf{Jim Huang,}}; \node at (13.8, -11.5) {\Large \textbf{Felix Lee}}; \end{tikzpicture} -\tableofcontents \fi \clearpage % +\thispagestyle{empty} +\hfill +\clearpage +\maketitle +\thispagestyle{empty} +\vskip 1in +\begin{center} +{\CJKfamily{hei}{内容说明} } +\end{center} + +\CJKindent% +本书内容,介绍了 Linux 内核模块开发所需了解并理解的知识点。这些内容非常适合于 % +Linux 内核开发的新手,或高校计算机专业对 Linux 操作系统开发感兴趣的学生学习。% +同时,本书知识点,贴近 Linux 当前内核版本所使用的技术与技巧,这些内容对于一线% +进行 Linux 内核设备驱动开发的工作人员,也会有所帮助。 + +本书内容,源自 Linux 文档项目,本书英文版本当前维护者,Jim Huang 拥有丰富的 Linux % +内核开发经验,他曾从事早期 Android 项目中 Linux 内核方面的开发工作。简体中文译% +者 Felix Lee,长期从事 Linux 操作系统的运维技术管理工作。Felix Lee 希望通过本书% +的翻译工作成果,能减缓简体中文读者,对于 Linux 内核模块开发的学习难度。 + +通过本书内容的学习与理解,读者可以动手学习并练习 Linux 内核模块的编程技巧。本书% +写作者们,通过简练的语言,精练的代码示例,向读者展示了 Linux 内核代码编写过程中,% +如何平衡安全与效率问题,从内核设计以及编程视角,来进行决策与执行的知识。 + +未经许可,不得翻录本书所有内容。 + +版权所有,侵权必究。 +\vskip 1in +\noindent +{\CJKfamily{hei}{图书在线编目数据xxxxx}} + +\noindent +{\CJKfamily{hei}{出版发行:ABCD 出版社}} +\hfill +\clearpage +\tableofcontents% +% +\mainmatter% \CJKindent% \pagestyle{plain} \chapter{介绍}