forked from vidit-agarwal/Kernel-development-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpart1.html
More file actions
104 lines (104 loc) · 2.97 KB
/
part1.html
File metadata and controls
104 lines (104 loc) · 2.97 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content=
"application/xhtml+xml; charset=iso-8859-1" />
<title>
Part I. Introduction
</title>
<link rel="stylesheet" type="text/css" href="stylesheets/lfs.css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
<link rel="stylesheet" href="stylesheets/lfs-print.css" type="text/css"
media="print" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="lfs" id="lfs-7.10">
<div class="navheader">
<h4>
Linux From Scratch - Version 7.10
</h4>
<ul>
<li class="prev">
<a accesskey="p" href="prologue/errata.html" title=
"Errata">Prev</a>
<p>
Errata
</p>
</li>
<li class="next">
<a accesskey="n" href="chapter01/chapter01.html" title=
"Introduction">Next</a>
<p>
Introduction
</p>
</li>
<li class="up">.
</li>
<li class="home">
<a accesskey="h" href="index.html" title=
"Linux From Scratch - Version 7.10 ">Home</a>
</li>
</ul>
</div>
<div class="part">
<h1 class="part">
<a id="part1" name="part1"></a>I. Introduction
</h1>
<div class="toc">
<h3>
Table of Contents
</h3>
<ul>
<li class="chapter">
<h4>
1. Introduction
</h4>
<ul>
<li class="sect1">
<a href="chapter01/how.html">How to Build an LFS System</a>
</li>
<li class="sect1">
<a href="chapter01/whatsnew.html">What's new since the last
release</a>
</li>
<li class="sect1">
<a href="chapter01/changelog.html">Changelog</a>
</li>
<li class="sect1">
<a href="chapter01/resources.html">Resources</a>
</li>
<li class="sect1">
<a href="chapter01/askforhelp.html">Help</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="prologue/errata.html" title=
"Errata">Prev</a>
<p>
Errata
</p>
</li>
<li class="next">
<a accesskey="n" href="chapter01/chapter01.html" title=
"Introduction">Next</a>
<p>
Introduction
</p>
</li>
<li class="up">.
</li>
<li class="home">
<a accesskey="h" href="index.html" title=
"Linux From Scratch - Version 7.10 ">Home</a>
</li>
</ul>
</div>
</body>
</html>