Tag: os structures
-
Advanced Operating Systems – OS Structure – Exokernel
Unlike the SPIN OS Structure, exokernel approaches extensibility by decoupling the authorization to hardware from its actual use, by using something called secure bindings. OS libraries will request secure bindings, the Exokernel returning an encrypted key that grants that particular service to specific resources. One other way that the exokernel manages these underlying OS services…