-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbook.html
132 lines (124 loc) · 4.94 KB
/
book.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<html>
<head>
<title>Oldlinux.org -- Linux plinux - Early Linux Kernel Analisys and Comments </title>
<meta name=keywords content="Oldlinux, plinux, ulinux, glinux, tlinux, linuxdb">
<meta name=keywords content="Linux, kernel sourcecode analysis">
</head>
<body>
<center><H1><B><FONT face="Times New Roman, Times">Welcome to OldLinux
</B></H1></center>
<Table width=97%>
<TR>
<TD>
[<a href="index_cn.html">Chinese</a>]
</TD>
<TD>
Main Site:<a href=http://www.oldlinux.org/>OldLinux.org</a>
</TD>
<TD>
Mirror Sites: <a href=http://oldlinux.qbang.org/>OldLinux.qbang.org</a>,
<a href=http://oldlinux.mtc.dhs.org/>Oldlinux.mtc.dhs.org</a>
, <a href=http://www2.oldlinux.org/>www2.oldlinux.org</a>
, <a href=http://mirrors.kernel.org/oldlinux/>mirrors.kernel.org</a>
</TD>
</TR>
</Table>
<hr>
<br>
<center><h3><b>"A Heavily Commented Linux kernel Source Code"
<br> (Kernel 0.11)</b></h3></center>
<table>
<TR>
<TD>
<br>When study a work, its easy to begin with its early types or states. You can benefit from it and doubling your efficiency. This thought cames from the theory of Floyd. Every matter has got its idiosyncrasy formed at "childhood". From the processes of its development, you can understand its nature throughly.
<br><br>
<a href=download/linux-devel.pdf target=_blank>The Inception & Development of Linux</a> also obeys this role.
<p>I have search the infomation about the brewing & starting of Linux all the time on internet. From the first time Linus Toravlds brought his i386sx compatible PC to the release of Linux version 0.99 in 1993. I even simluate the starting periods Linus create Linux 0.01 on <a href=http://minix.net/ target=_blank>Minix-386</a> system and obtain some importent feeling about it asif I was with Linus when he programing the first kernel.
<p>
This ebook (now only in Chinese) was written just at these search period.
</TD>
<TD>
<img src=download/clk011.jpg border=1 width=160 height=240><br><br>
</TD>
</TR>
</TAble>
<hr>
<table>
<TR><TD>
<br>
NOTE: The book has been published by the China Machine Press. If you feel that its not convenient to read the ebook, then I suggest you buy a paper version of it. The main difference between the ebook and the paper book is that in order to reduce the volume of the book, chapter 14 (experiments) is not included in the paper book. By the way, when reading the other kernel sources, this book can also be used as a reference.<br><br>
Book Title: A heavily commented Linux kernel Source Code<br>
Author : Jiong Zhao<br>
ISBN : 7-111-14968-8<br>
Publisher : China Machine Press<br>
Date : 2004.9 First press<br>
Words : 668 K<br>
Pages : 436<br>
Price : 42RMB<br><br>
</td>
<td>
<img src=download/book011.jpg border=1 width=160 height=240><br>
</td>
</tr>
</Table>
<hr>
<table>
<TR><TD>
<br>
The book has also been published by the <a href=http://www.drmaster.com.tw/> Taiwan Drmaster culture Ltd.</a> company located at Taipei, Taiwan. Since I havn't got the chance to do the last correction just before the press, there may be some errors in the book. I'll provide the errata as soon as I get & read it. BTW, this book is based on Linux kernel version 0.12<br><br>
Book Title: A heavily commented Linux kernel Source Code<br>
Author : Jiong Zhao<br>
ISBN : 957-527-861-5<br>
Publisher : Drmaster culture Ltd.<br>
Date : 2005.11 First press<br>
Pages : 1280<br>
Price : 750 TB<br><br>
</td>
<td>
<img src=download/book_tw.jpg border=1 width=160 height=240><br>
</td>
</tr>
</Table>
<hr>
<table>
<TR><TD>
<br>
An enhanced book has also been published by the China Machine Press early this year (2006). Several new chapters describing the basic infomation of the kernel have been added, and almost all the source code comments have been rewritten to be more understandable. <br><br>
Book Title: A heavily commented Linux kernel Source Code<br>
Author : Jiong Zhao<br>
ISBN : 7-111-18032-1<br>
Publisher : China Machine Press.<br>
Date : 2006.1 First press<br>
Pages : 882<br>
Price : 79 RMB<br><br>
</td>
<td>
<img src=download/book_new.jpg border=1 width=160 height=240><br>
</td>
</tr>
</Table>
<hr>
You need these basic knowledge below to begin reading:<br>
<ol>
<li>Intel 80X86 assembly language and relating hardware;<br>
<li>Some experence in language C & assembly;<br>
You need these basic knowledge below to begin reading:<br>
<ol>
<li>Intel 80X86 assembly language and relating hardware;<br>
<li>Some experence in language C & assembly;<br>
<li>Basic knowledge about the using of Linux system.<br>
</ol>
You need at least two main reference books:<br>
<ol>
<li>M.J. Bach, "The Design of the UNIX Operating System";<br>
<li>Intel, "Intel 80386 Programmer's Reference Manual";<br>
</ol>
<hr><br>
You can download the newest revision book from <a href=download/clk011c-1.9.5.pdf>here</a>.
<hr><br>
<li>Email: <a href=mailto:[email protected]>gohigh.sh163.net</a>
<br>
<br>
<hr>
$ Site created 2004.01.29 by gohigh, Last updated 2004.05.20
[ <a href=http://oldlinux.org/usage/>Usage</a> ] $