Put character devices allocation in its own foil.
[cascardo/kernel/old_slides/.git] / _ldd.xml
index 4930ffc..8056a1f 100644 (file)
--- a/_ldd.xml
+++ b/_ldd.xml
@@ -210,9 +210,13 @@ Linux devices may be of different types, including character devices,
 block devices or network devices. Both character and block devices have
 identifying numbers, a major and a minor number.
 </para>
+</foil>
+
+<foil>
+<title>Character devices allocation</title>
 <para>
 In Linux, major and minor numbers have to be requested or allocated. The
-calls to do that are:
+calls to do that for character devices are:
 </para>
 <para>
 int register\_chrdev\_region (dev\_t first, unsigned int count, char