Skip to content
Snippets Groups Projects
Commit 62bc4f37 authored by Simon Barner's avatar Simon Barner
Browse files

Documentation stub for partition architecture

parent 9d5ad6d7
No related branches found
No related tags found
No related merge requests found
allocations.html 91f2636b00d59253f7007864d4e0ebdd0b713dad RED
beagle_java_deployment.html 8ba70c9b06c3313f3d732bcdb43e8cc15fe193a1 RED
code_generation.html 8d3b9847eed8693bbc0c23a0dc5f8be2f118714b RED
partition_architecture.html a92e71ac333c972cba98660c43b9cb13528074f2 RED
platform_architecture.html 89df3aa2fa49faad25aaa52264d89393ce6bd18f RED
platform_architecture_generic.html cb91689226e3ed5168b11ba2d008601dc2661637 RED
platform_architecture_hierarchical.html 3c410b1c8ee284b2080d03eb5d022cdee531257a RED
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Defining a Partition Architecture</title>
</head>
<body>
<h2><u><font color="#336699">Defining a Partition Architecture</font></u></h2>
<p>The partition architecture abstracts the services provided by hypervisors (segregation of software entities
by means of time-space partitioning). It provides the following modeling entities:
</p>
<ul>
<li><i>Partition</i>: It groups multiple Tasks and associates them with a time budget or schedule scheme that is enforced by the hypervisor.</li>
<li><i>Memory Area</i>: Part of a physical memory unit that is associated to one or more partitions.
The hypervisor segregates a memory area from invalid accesses (e.g., from partitions not associated to it),
typically with hardware support (e.g., MMU, MPU).</li>
</ul>
<p>
<b>Note</b>: A more detailed documentation of the <i>Partition Architecture</i> will be provided in a future
release of AutoFOCUS3. In the meantime, please refer to the <a href="task_architecture.html"><i>Task Architecture</i></a>
documentation since both architectures have a quite similar user interface.
</p>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment