<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Dear all,</p>
<p><br>
</p>
<p>I was playing a bit with the fundamental aspects of RTEMS 4.12. I would like to create two task and see how priorities work.</p>
<p>So I created a project (attachment; just do "make" and then "sparc-gdb") taking some help from open source projects.</p>
<p><br>
Terminal outpus this:</p>
<p></p>
<div><i>Father task has ID: 167837697<br>
Father task has priority: 4<br>
Father task is preemptible: 256<br>
2 tasks created successfully (id: 167837698 and 167837699), but they are dormant<br>
qui1<br>
qui2<br>
2 tasks started successfully and they are ready</i><br>
</div>
<p></p>
<p><br>
</p>
<p>This means the father blocks in a busy wait (the while). But children are never scheduled. They should be sheduled after "rtems_task_start()", according to the official guide for c users. And so the idea: the father is not pre-emptible? And if so, could
 you suggest to me how to make it pre-emptible?</p>
<p><br>
</p>
<p>Thank you for your help.</p>
<p>Greetings,</p>
<p>Agostino<br>
</p>
</div>
</body>
</html>