<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Knowledge versus Understanding</title>
	<atom:link href="http://embeddedgurus.com/stack-overflow/2006/10/knowledge-versus-understanding/feed/" rel="self" type="application/rss+xml" />
	<link>http://embeddedgurus.com/stack-overflow/2006/10/knowledge-versus-understanding/</link>
	<description>Thoughts on embedded systems by Nigel Jones</description>
	<lastBuildDate>Sun, 06 May 2012 10:34:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nigel Jones</title>
		<link>http://embeddedgurus.com/stack-overflow/2006/10/knowledge-versus-understanding/comment-page-1/#comment-4840</link>
		<dc:creator>Nigel Jones</dc:creator>
		<pubDate>Thu, 23 Jun 2011 21:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2006/10/11/knowledge-versus-understanding/#comment-4840</guid>
		<description>Unfortunately I don&#039;t know of a suitable book. Your best bet are the training materials offered by Michael Barr:

A DVD on priority selection is available on its own via http://netrino.com/rma-dvd/

Or as part of the Embedded Software Training in a Box kit via http://netrino.com/boot-camp-box</description>
		<content:encoded><![CDATA[<p>Unfortunately I don&#8217;t know of a suitable book. Your best bet are the training materials offered by Michael Barr:</p>
<p>A DVD on priority selection is available on its own via <a href="http://netrino.com/rma-dvd/" rel="nofollow">http://netrino.com/rma-dvd/</a></p>
<p>Or as part of the Embedded Software Training in a Box kit via <a href="http://netrino.com/boot-camp-box" rel="nofollow">http://netrino.com/boot-camp-box</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anamika</title>
		<link>http://embeddedgurus.com/stack-overflow/2006/10/knowledge-versus-understanding/comment-page-1/#comment-4837</link>
		<dc:creator>anamika</dc:creator>
		<pubDate>Thu, 23 Jun 2011 19:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2006/10/11/knowledge-versus-understanding/#comment-4837</guid>
		<description>Nigel Could you suggest a good book which discusses all the concepts of RTOS that wrote about &quot; priority inversion, can discuss the pros and cons of RMA as a scheduling algorithm, and can explain the implications of making an RTOS call from within an ISR&quot; thanks</description>
		<content:encoded><![CDATA[<p>Nigel Could you suggest a good book which discusses all the concepts of RTOS that wrote about &#8221; priority inversion, can discuss the pros and cons of RMA as a scheduling algorithm, and can explain the implications of making an RTOS call from within an ISR&#8221; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Jones</title>
		<link>http://embeddedgurus.com/stack-overflow/2006/10/knowledge-versus-understanding/comment-page-1/#comment-3206</link>
		<dc:creator>Nigel Jones</dc:creator>
		<pubDate>Thu, 27 Jan 2011 12:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2006/10/11/knowledge-versus-understanding/#comment-3206</guid>
		<description>As a regular reader you will probably have noticed that I don&#039;t write much about RTOS. I don&#039;t because it&#039;s a topic that gets discussed to death in a myriad of locations. Anyway to answer your question - yes an RTOS must be deterministic and usually very fast. It does this in part by severely limiting what it does. For a good exposition on this I suggest you read &lt;a href=&quot;http://www.amazon.com/Performance-Preemptive-Multitasking-Microprocessors-Microcontrollers/dp/0982337531/ref=sr_1_2?s=books&amp;ie=UTF8&amp;qid=1296131099&amp;sr=1-2&quot; rel=&quot;nofollow&quot;&gt;Jean Labrosse&#039;s book uC/OS-III&lt;/a&gt; As to whether it&#039;s possible to recompile the Linux kernel. I would say in general no. There are a number of vendors out there that offer real time Linux kernels. Try searching under &#039;real time linux kernel&#039; and you&#039;ll find all you want to know on this topic.</description>
		<content:encoded><![CDATA[<p>As a regular reader you will probably have noticed that I don&#8217;t write much about RTOS. I don&#8217;t because it&#8217;s a topic that gets discussed to death in a myriad of locations. Anyway to answer your question &#8211; yes an RTOS must be deterministic and usually very fast. It does this in part by severely limiting what it does. For a good exposition on this I suggest you read <a href="http://www.amazon.com/Performance-Preemptive-Multitasking-Microprocessors-Microcontrollers/dp/0982337531/ref=sr_1_2?s=books&amp;ie=UTF8&amp;qid=1296131099&amp;sr=1-2" rel="nofollow">Jean Labrosse&#8217;s book uC/OS-III</a> As to whether it&#8217;s possible to recompile the Linux kernel. I would say in general no. There are a number of vendors out there that offer real time Linux kernels. Try searching under &#8216;real time linux kernel&#8217; and you&#8217;ll find all you want to know on this topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://embeddedgurus.com/stack-overflow/2006/10/knowledge-versus-understanding/comment-page-1/#comment-3199</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 27 Jan 2011 03:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2006/10/11/knowledge-versus-understanding/#comment-3199</guid>
		<description>Hi Nigel, I am frequent visitor of your site, it’s  informative and interesting.
I mostly work on linux systems. As this topic is about RTOS, can you please explain what the difference between RTOS kernel and General purpose operating systems.
I could find that RTOS kernel are predictive and execute the instructions in some max time limit but no where I could find who they do it.
Is it possible to recompile our linux kernel with some setting to make it work as RTOS.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Nigel, I am frequent visitor of your site, it’s  informative and interesting.<br />
I mostly work on linux systems. As this topic is about RTOS, can you please explain what the difference between RTOS kernel and General purpose operating systems.<br />
I could find that RTOS kernel are predictive and execute the instructions in some max time limit but no where I could find who they do it.<br />
Is it possible to recompile our linux kernel with some setting to make it work as RTOS.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Víctor</title>
		<link>http://embeddedgurus.com/stack-overflow/2006/10/knowledge-versus-understanding/comment-page-1/#comment-4</link>
		<dc:creator>Víctor</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2006/10/11/knowledge-versus-understanding/#comment-4</guid>
		<description>Hello,I&#039;m a newcomer to the engineering world since I ended my electrical engineering studies just a couple years ago and most recently finished my thesis (on Reaktor, making a synth). I&#039;m reading your blog because I found it taking a look around some embedded systems sites, because it&#039;s an interesting field and looks like a nice market, since I like home and industry automation (besides microwave applications which is by far my favorite). I agree with you on the side that most headhunters/recruiters look for professionals with a very specific knowledge of &quot;A/B/C SYSTEM&quot; no matter the capacity of the person to actually understand how things work. I want to move from my actual job but I find in frustration that most companies in my field require CCNA/CCNP certifications which in the end say nothing about a persons ability to solve problems. This gets worse when job interviews are taken by external consultants (mostly psichologists or tai-chi/relaxation therapists which are douche-it-alls regarding tech stuff). I still wonder why I take the time to write a resume when all they look for is &quot;software a, certification b, course of d&quot;.</description>
		<content:encoded><![CDATA[<p>Hello,I&#39;m a newcomer to the engineering world since I ended my electrical engineering studies just a couple years ago and most recently finished my thesis (on Reaktor, making a synth). I&#39;m reading your blog because I found it taking a look around some embedded systems sites, because it&#39;s an interesting field and looks like a nice market, since I like home and industry automation (besides microwave applications which is by far my favorite). I agree with you on the side that most headhunters/recruiters look for professionals with a very specific knowledge of &quot;A/B/C SYSTEM&quot; no matter the capacity of the person to actually understand how things work. I want to move from my actual job but I find in frustration that most companies in my field require CCNA/CCNP certifications which in the end say nothing about a persons ability to solve problems. This gets worse when job interviews are taken by external consultants (mostly psichologists or tai-chi/relaxation therapists which are douche-it-alls regarding tech stuff). I still wonder why I take the time to write a resume when all they look for is &quot;software a, certification b, course of d&quot;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

