Moreover, TDOM_NONE (=-2)
will specify kernel objects that does not belong to any protection domain. TDOM_SELF
(=0) will specify the protection domain that belongs to the task itself.
By this specification, protection domain will be created statically and dynamic creation and deletion of protection domains are not supported.
To create the protection domain statically, the following descriptions should be made into the configuration file.
Registration of kernel objects belonging to the protection domain
};
When there are no kernel objects belonging to the protection domain or when only the protection domain identifier needs to be defined as forward reference, the following method is used.
<Protection Domain Type><Protection Domain ID>
Kernel Domain exists always and no need to create it. When registering kernel objects belonging to the kernel domain, the following method is used.
kernel_domain
{
registration of kernel objects belonging
to the kernel domain
}
No comments:
Post a Comment