From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 21:47:58 +0000 (-0200) Subject: Mechanism and policy. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=23c3c243145f23185c3cd0f4b5cab81f8c11d6d9 Mechanism and policy. --- 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. + + +