blob: aaab907d350d19aad584c494d4c398b46dd64af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.Dd Jan 25, 2017
.Dt INTRO 9
.Os
.Sh NAME
.Nm Intro ,
.Nm intro
.Nd introduction to kernel concepts
.Sh DESCRIPTION
This section outlines high-level concepts of the illumos kernel and its
subsystems.
Specific documentation can be found in this section's sub\-sections.
.Bl -tag -width Ds
.It Section 9E
Driver Entry Points
.It Section 9F
Kernel Functions for Drivers
.It Section 9P
Kernel Properties for Drivers
.It Section 9S
Data Structures for Drivers
.El
|