File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,14 +271,14 @@ The counter argument is that any mechanism that requires privileged
271271access—e.g., accessing an I/O device or modifying a shared data
272272structure—must be implemented in a common layer (i.e., the kernel),
273273but even then, care should be taken to decompose the mechanism so as
274- to minimize the sub-pieces that are common. Library OS designed during
274+ to minimize the sub-pieces that are common. Library OSs designed during
275275the 1990s took this argument to its logical conclusion, reducing the
276276"kernel" to its bare minimum, with most functionality one typically
277277expects from an OS running as a library co-located with the
278278application.\ [# ]_
279279
280280.. [# ] While strictly adhering to the principle of least common
281- mechanism, Library OSes are not widely adopted in practice,
281+ mechanism, Library OSs are not widely adopted in practice,
282282 illustrating that security is only one of many system requirements
283283 taken into consideration.
284284
You can’t perform that action at this time.
0 commit comments