From 23c3c243145f23185c3cd0f4b5cab81f8c11d6d9 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 19:47:58 -0200 Subject: [PATCH] Mechanism and policy. --- 00.intro/00.intro.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/00.intro/00.intro.xml b/00.intro/00.intro.xml index 9f3a120..a3ea3da 100644 --- a/00.intro/00.intro.xml +++ b/00.intro/00.intro.xml @@ -101,4 +101,14 @@ policies, etc. + +Mechanism and Policy + +Drivers should provide mechanism. As in many other cases, splitting mechanism +and policy is desirable. In the case of kernel code, this is no exception. +Kernel space code and user space code are good split points to provide that +separation. + + + -- 2.20.1