File: control

package info (click to toggle)
kernel-internals-guide 20020807-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 264 kB
  • ctags: 8
  • sloc: makefile: 48
file content (18 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: kernel-internals-guide
Section: doc
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4)
Build-Depends-Indep: linuxdoc-tools-text

Package: kernel-internals-guide
Architecture: all
Description: Linux Kernel 2.4 Internals Guide
 An introduction to the Linux 2.4 kernel. The Guide currently covers the
 following major topics:
  - Booting
  - Process and Interrupt Management
  - Virtual Filesystem (VFS)
  - Linux Page Cache
  - IPC mechanisms