]> git.decadent.org.uk Git - debian-kernel-talk.git/blob - index.html
Fill in very brief history of Linux
[debian-kernel-talk.git] / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5
6 <head>
7 <title>The Linux kernel in Debian - Ben Hutchings - DebConf 11</title>
8 <!-- metadata -->
9 <meta name="generator" content="S5" />
10 <meta name="version" content="S5 1.1" />
11 <meta name="author" content="Ben Hutchings" />
12 <!-- configuration parameters -->
13 <meta name="defaultView" content="slideshow" />
14 <meta name="controlVis" content="hidden" />
15 <!-- style sheet links -->
16 <link rel="stylesheet" href="s5-blank/ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
17 <link rel="stylesheet" href="s5-blank/ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
18 <link rel="stylesheet" href="s5-blank/ui/default/print.css" type="text/css" media="print" id="slidePrint" />
19 <link rel="stylesheet" href="s5-blank/ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
20 <style type="text/css">
21   .logo { position: absolute; right: 0; top: 0; height: 100% }
22   table { border-collapse: collapse }
23   th { border-bottom: 2pt solid black }
24   th, td { padding: 0 6pt }
25 </style>
26 <style type="text/css" media="print">
27   .slide { page-break-after: always }
28 </style>
29 <!-- S5 JS -->
30 <script src="s5-blank/ui/default/slides.js" type="text/javascript"></script>
31 </head>
32 <body>
33
34 <div class="layout">
35 <div id="controls"><!-- DO NOT EDIT --></div>
36 <div id="currentSlide"><!-- DO NOT EDIT --></div>
37 <div id="header">
38   <object class="logo" data="debconf11.svg"></object>
39 </div>
40 <div id="footer">
41 <h1>DebConf 11</h1>
42 <h2>The Linux kernel in Debian</h2>
43 </div>
44
45 </div>
46
47 <div class="presentation">
48
49 <div class="slide">
50 <h1>The Linux kernel in Debian</h1>
51 <h3>Ben Hutchings</h3>
52 </div>
53
54 <div class="slide">
55   <h1>The author</h1>
56   <ul class="incremental">
57     <li>
58       Professional software developer since 1998
59     </li>
60     <li>
61       Debian contributor since 2003
62     </li>
63     <li>
64       Regular Linux contributor since 2008
65       <ul>
66         <li>
67           Maintaining a net driver in my day job, plus core networking
68           and PCI code as necessary
69         </li>
70       </ul>
71     </li>
72     <li>
73       Debian kernel contributor since 2008; uploader since 2009
74       <ul class="incremental">
75         <li>
76           Initially trying to deal with the non-free firmware issue
77         </li>
78         <li>
79           Moved on to triaging bugs, fixing bugs, backporting
80           features, updating packaging...
81         </li>
82       </ul>
83     </li>
84   </ul>
85 </div>
86
87 <div class="slide">
88   <h1>Linux kernel</h1>
89   <ul class="incremental">
90     <li>
91       Started by Linus Torvalds in 1991 as a kernel for i386
92       PCs: <q>just a hobby, won't be big and professional like gnu</q>
93     </li>
94     <li>
95       Adopted as the kernel of the Debian system in 1993
96     </li>
97     <li>
98       After 20 years' development, supports more hardware
99       architectures and devices than anything else
100       <ul class="incremental">
101         <li>
102           Hardware vendors <em>must</em> provide Linux drivers because
103           their customers demand it
104         </li>
105       </ul>
106     </li>
107     <li>
108       Still the default kernel for the Debian system
109     </li>
110   </ul>
111 </div>
112
113 <div class="slide">
114   <h1>Linux release model</h1>
115 </div>
116
117 <div class="slide">
118   <h1>Debian kernel team</h1>
119 </div>
120
121 <div class="slide">
122   <h1>Official Linux kernel packages</h1>
123 </div>
124
125 <div class="slide">
126   <h1>Custom Linux kernel packages</h1>
127 </div>
128
129 <div class="slide">
130   <h1>Out-of-tree modules</h1>
131 </div>
132
133 <div class="slide">
134   <h1>Firmware files</h1>
135 </div>
136
137 <div class="slide">
138   <h1>Documentation</h1>
139 </div>
140
141 <div class="slide">
142   <h1>Questions?</h1>
143 </div>
144
145 <div class="slide">
146   <h1>Credits</h1>
147   <ul>
148     <li>
149       DebConf 11 logo &copy; Aur&eacute;lio A. Heckert.
150       <!--
151 This program is free software; you can redistribute it
152 and/or modify it under the terms of the GNU General Public
153 License as published by the Free Software Foundation;
154 version 2 of the License.
155
156 This program is distributed in the hope that it will be
157 useful, but WITHOUT ANY WARRANTY; without even the implied
158 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
159 PURPOSE.  See the GNU General Public License for more
160 details.
161
162 You should have received a copy of the GNU General Public
163 License along with this package; if not, write to the Free
164 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
165 Boston, MA  02110-1301 USA
166
167 On Debian systems, the full text of the GNU General Public
168 License version 2 can be found in the file
169 `/usr/share/common-licenses/GPL-2'.
170       -->
171       <ul>
172         <li>Resized and coloured by me</li>
173       </ul>
174     </li>
175   </ul>
176 </div>
177
178 </body>
179 </html>