Address Space

µT-Kernel has only a single address space. That is, all tasks or task-independent portions always access the same address space.

[Difference with T-Kernel]

T-Kernel address space is partitioned into shared space and user space. The shared space can be accessed by all tasks likewise, and the user space can be accessed only by those tasks which belong to it.

User space does not exist in µT-Kernel, and only the equivalent of T-Kernel shared space exists in it.

Comments

Click here to Post a Comment