]> rtime.felk.cvut.cz Git - ert_linux_web.git/commitdiff
Division of Platform and Kernel section into paragraphs.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 15 Mar 2014 16:59:44 +0000 (17:59 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 15 Mar 2014 16:59:44 +0000 (17:59 +0100)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
index.html

index cd603d8447452f16448e77ab02287eec7a91f67b..8aefd9808db04752d5ab163f5cdcbaf67f106ec6 100644 (file)
@@ -71,13 +71,14 @@ on <a href="http://rtime.felk.cvut.cz/hw/index.php/Humusoft_MF6xx">DCE
 HW Wiki page</a>.</p>
 
 <h2 id="platformselect">RT-Capable Platform and Kernel</h2>
-
+<p>
 Standard distribution Linux kernel does not guarantee bounded latencies for many operations.
 The use of <a href="http://rt.wiki.kernel.org/">real-time variant</a> of <a href="http://en.wikipedia.org/wiki/Linux">Linux</a>
 kernel is required to make system durable. This kernel variants minimizes regions
 where switch to the highest priority (i.e. Linux ERT generated) task is blocked by
 kernel when servicing system calls for other tasks.
-
+</p>
+<p>
 Selection of the right version of the kernel is not enough for non-disruptive
 operation. Computer system hardware selection is critical as well. The system
 has to provide enough computational power for compiled in blocks data evaluation
@@ -89,13 +90,14 @@ latencies in x86 based systems is <a href="http://en.wikipedia.org/wiki/System_M
 processing. The SMI enable and processing is under BIOS and motherboard vendor control
 and this problem cannot be resolved by operating system. This means that proper
 hardware selection is critical.
-
+</p>
+<p>
 A long period evaluation data of different combinations of Linux kernel version
-runing on many CPU architectures and boards from many vendors is (see <a href="http://www.osadl.org/">OSADL</a>
-<a href="http://www.osadl.org/Quality-assurance-at-the-OSADL-QA-Farm.osadl-services-qa.0.html">Quality Assurance Farm</a>)
-
+runing on many CPU architectures and boards from many vendors is <a href="http://www.osadl.org/">OSADL</a>
+<a href="http://www.osadl.org/Quality-assurance-at-the-OSADL-QA-Farm.osadl-services-qa.0.html">Quality Assurance Farm</a>.
 According to these track records carefully selected x86 or embedded GNU/Linux system can run
 real-time tasks with sampling frequencies up to 20&nbsp;kHz with no losing sample per months.
+</p>
 
 <h2 id="download">Source Code and Download</h2>