<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chain Tools &#187; Programming &amp; Design</title>
	<atom:link href="http://chaintools.com/blog/category/programming-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaintools.com</link>
	<description>ChainTools.com</description>
	<lastBuildDate>Mon, 06 Feb 2012 22:18:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Designing a chain tool (fedora)?</title>
		<link>http://chaintools.com/blog/designing-a-chain-tool-fedora/</link>
		<comments>http://chaintools.com/blog/designing-a-chain-tool-fedora/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 11:19:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Exit Questionnaire]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thanks In Advance]]></category>

		<guid isPermaLink="false">http://chaintools.com/blog/designing-a-chain-tool-fedora/</guid>
		<description><![CDATA[
bewdra1 asked: Hey everyone!
Our class was assigned an exit questionnaire about all the things we&#8217;ve learned throughout the course of our program (Associates of Science: Computer Networking Systems). We&#8217;ve got all but 1 question not ...]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/files/cc/chain_tools233.jpg"><img src="/files/cc/chain_tools233.jpg" title='chain tools' alt='chain tools' /></a></div>
<div><em><strong>bewdra1</strong> asked: </em><br/><br/><br/>Hey everyone!</p>
<p>Our class was assigned an exit questionnaire about all the things we&#8217;ve learned throughout the course of our program (Associates of Science: Computer Networking Systems). We&#8217;ve got all but 1 question not answered..and frankly it&#8217;s because none of us are big linux buffs >.></p>
<p>Here&#8217;s the question:</p>
<p>A fedora server is storing security logs that contain a vast array of data. Design a tool chain that would contact an administrator via email in specific risk scenarios, and wold otherwise provide daily updates.</p>
<p>I&#8217;m not the type to ask for answers, but if someone could merely point me in the right direction, I&#8217;d be more than grateful ^_^</p>
<p>Thanks in advance!<br/><br/></div>
]]></content:encoded>
			<wfw:commentRss>http://chaintools.com/blog/designing-a-chain-tool-fedora/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MIPS &#8211; compiling relocatable code with SDE-GCC ?</title>
		<link>http://chaintools.com/blog/mips-compiling-relocatable-code-with-sde-gcc/</link>
		<comments>http://chaintools.com/blog/mips-compiling-relocatable-code-with-sde-gcc/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 22:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Arm Processor]]></category>
		<category><![CDATA[Compilation Flags]]></category>
		<category><![CDATA[Gcc]]></category>
		<category><![CDATA[Objdump]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://chaintools.com/blog/mips-compiling-relocatable-code-with-sde-gcc/</guid>
		<description><![CDATA[
Nice Z asked: 
Hi,
I&#8217;m using SDE-GCC to compile programs that runs on &#8220;bare iron&#8221; (i.e. no operating system). I would like to be able to create programs (&#8220;executables&#8221;) that can be loaded to arbitrary addresses ...]]></description>
			<content:encoded><![CDATA[<div style="float:left;padding: 12px"><a href="/files/cc/chain_tools157.jpg"><img src="/files/cc/chain_tools157.jpg" title='chain tools' alt='chain tools' /></a></div>
<div><em><strong>Nice Z</strong> asked: </em></p>
<p>Hi,<br />
I&#8217;m using SDE-GCC to compile programs that runs on &#8220;bare iron&#8221; (i.e. no operating system). I would like to be able to create programs (&#8220;executables&#8221;) that can be loaded to arbitrary addresses on RAM and run from there. </p>
<p>I used to compile and run successfully such kind of programs on ARM processor (with different tool-chain of course) where the program was PC relative. MIPS don&#8217;t expose the PC and seems it has its own way to<br />
do it. </p>
<p>I tried to use -mabicalls -fPIC compilation flags to create PIC (Position Independent Code):  when I examined the &#8220;objdump&#8221; I could find that the &#8220;GOT&#8221; (global offset table) is still made of absolute<br />
addresses so the program is bounded to run on a specific address (the linking address). </p>
<p>Can you direct me on how to do that? </p>
<p>Thanks in advance, </p>
<p>Eli</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://chaintools.com/blog/mips-compiling-relocatable-code-with-sde-gcc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is system integration and is it invariably unsuccessful ?</title>
		<link>http://chaintools.com/blog/what-is-system-integration-and-is-it-invariably-unsuccessful/</link>
		<comments>http://chaintools.com/blog/what-is-system-integration-and-is-it-invariably-unsuccessful/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 21:25:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Allies]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Sherlock Holmes]]></category>
		<category><![CDATA[Tool Chain]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://chaintools.com/blog/what-is-system-integration-and-is-it-invariably-unsuccessful/</guid>
		<description><![CDATA[
paladin asked: 
A system would be a collection of subsystem, really a collection of tools.
There would need to be a tool chain installation. If  the tool chain is not installed , why would it ...]]></description>
			<content:encoded><![CDATA[<div style="float:left;padding: 12px"><a href="/files/cc/chain_tools52.jpg"><img src="/files/cc/chain_tools52.jpg" alt='chain tools' /></a></div>
<div><em><strong>paladin</strong> asked: </em></p>
<p>A system would be a collection of subsystem, really a collection of tools.<br />
There would need to be a tool chain installation. If  the tool chain is not installed , why would it work ? Is &#8220;systems integration&#8221; invariably a &#8220;clayton&#8217;s&#8221; system integration for the supplier&#8217;s benefit, the supplier then being able to claim payment for completed work.</p>
<p>If genuine tool chain installation was being done why wouldn&#8217;t the supplier be able to claim payment for tool chain installation ?</p>
<p>Is tool chain installation typically sabotaged by a rogue section of the supplier organisation &#8211; the rogue section then involving themselves as messiahs who assist with systems integration ?<br />
Catherine: Markets are not free. Financial capital is highly centralized. Business is defined by economic warfare in which – increasingly – anything goes. Get good maps. Build excellent allies. Work hard. Pray for wisdom. Give thanks without ceasing.<br />
&#8220;How often have I said to you that when you have eliminated the impossible whatever remains, however improbable, must be the truth?&#8221; Sherlock Holmes</p>
<p><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://chaintools.com/blog/what-is-system-integration-and-is-it-invariably-unsuccessful/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

