1
0
mirror of https://github.com/bashrc/LKMPG.git synced 2018-06-11 03:06:54 +02:00

Formatting

This commit is contained in:
Bob Mottram
2014-06-12 15:16:27 +01:00
parent f8f06ed7c3
commit 8aea6ea648
2 changed files with 56 additions and 10 deletions

View File

@@ -1,14 +1,9 @@
#+TITLE: The Linux Kernel Module Programming Guide
Peter Jay Salzman
Michael Burian
Ori Pomerantz
Bob Mottram
Copyright <20> 2001 Peter Jay Salzman
2007-05-18 ver 2.6.4
2013-08-28 ver 3.8
#+AUTHOR: Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram
#+KEYWORDS: linux, kernel, kernel module, kernel programming
#+DESCRIPTION: How to make kernel modules for Linux
#+OPTIONS: ^:nil
#+STYLE: <link rel="stylesheet" type="text/css" href="index.css" />
The Linux Kernel Module Programming Guide is a free book; you may reproduce and/or modify it under the terms of the Open Software License, version 1.1. You can obtain a copy of this license at [http://opensource.org/licenses/osl.php] http://opensource.org/licenses/osl.php.

51
index.css Normal file
View File

@@ -0,0 +1,51 @@
a {
color: #427fed;
color: #1e6b8c;
text-decoration: none;
}
a:visited {
color: #6f32ad;
}
a:hover {
text-decoration: underline;
background: #f0f0ff;
}
a:active {
background-color: #427fed;
color: #fffff6;
}
body {
background-color: #fffff6;
background-image: none;
color: #330;
font-family: georgia;
font-size: 15pt;
margin: 2em auto;
padding: 0 2em;
max-width: 45em;
width: auto;
}
h1, h2, h3, h4, h5, h6 {
color: #703820;
line-height: 1.2em;
}
img {
float: right;
clear: right;
padding: 10px;
margin: 20px;
border: solid 1px #888;
box-shadow: 6px 10px 8px rgba(128, 128, 96, 0.7);
}
p, li, dd, dt, blockquote, span {
font-size: 15pt;
line-height: 1.4em;
}