<?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 for Websofia</title>
	<atom:link href="http://www.websofia.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websofia.com</link>
	<description>Notes on programming</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:45:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Get local machine&#8217;s MAC address in C# by Zafer</title>
		<link>http://www.websofia.com/2011/03/get-local-machines-mac-address-in-c/#comment-725</link>
		<dc:creator>Zafer</dc:creator>
		<pubDate>Wed, 25 Jan 2012 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=112#comment-725</guid>
		<description>Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing your own boot loader for a toy operating system (1) by alex</title>
		<link>http://www.websofia.com/2011/10/writing-your-own-boot-loader-for-a-toy-operating-system-1/#comment-693</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 17 Nov 2011 09:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=180#comment-693</guid>
		<description>Hello and thanks for your feedback!

The layout of the NTFS partition boot sector can be found &lt;a href=&quot;http://bootmaster.filerecovery.biz/appnote3.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. Since we&#039;re writing a toy operating system, the file system structure is something we&#039;ll be tackling at some point and it doesn&#039;t necessarily have to be FAT or NTFS. However, FAT is a simple system and used in these articles as a starting point (since we don&#039;t have an OS yet, we can profit from DOS/Windows&#039;s FAT support to be able to put files on a disk that we&#039;ll boot from).

I&#039;ll soon post the next article in this series about bootstrapping.</description>
		<content:encoded><![CDATA[<p>Hello and thanks for your feedback!</p>
<p>The layout of the NTFS partition boot sector can be found <a href="http://bootmaster.filerecovery.biz/appnote3.html" rel="nofollow">here</a>. Since we&#8217;re writing a toy operating system, the file system structure is something we&#8217;ll be tackling at some point and it doesn&#8217;t necessarily have to be FAT or NTFS. However, FAT is a simple system and used in these articles as a starting point (since we don&#8217;t have an OS yet, we can profit from DOS/Windows&#8217;s FAT support to be able to put files on a disk that we&#8217;ll boot from).</p>
<p>I&#8217;ll soon post the next article in this series about bootstrapping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing your own bootloader for a toy operating system (2) by Writing your own boot loader for a toy operating system (1) &#124; Websofia</title>
		<link>http://www.websofia.com/2011/10/writing-your-own-bootloader-for-a-toy-operating-system-2/#comment-692</link>
		<dc:creator>Writing your own boot loader for a toy operating system (1) &#124; Websofia</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=199#comment-692</guid>
		<description>[...] article continues in part 2 of this series.     Operating System Developmentassembler, boot sector, bootloader, BPB, DOS, EBPB, [...]</description>
		<content:encoded><![CDATA[<p>[...] article continues in part 2 of this series.     Operating System Developmentassembler, boot sector, bootloader, BPB, DOS, EBPB, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing your own boot loader for a toy operating system (1) by larrat</title>
		<link>http://www.websofia.com/2011/10/writing-your-own-boot-loader-for-a-toy-operating-system-1/#comment-680</link>
		<dc:creator>larrat</dc:creator>
		<pubDate>Fri, 04 Nov 2011 16:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=180#comment-680</guid>
		<description>Hi, 
thanks for this article.

what about if i have a NTFS&#039;s formated disk (Pendrive)?

how would be the layout boot sector?

i am looking for &quot;google&quot; references, but no success..

thanks, and i am wating for your next article :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for this article.</p>
<p>what about if i have a NTFS&#8217;s formated disk (Pendrive)?</p>
<p>how would be the layout boot sector?</p>
<p>i am looking for &#8220;google&#8221; references, but no success..</p>
<p>thanks, and i am wating for your next article :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing your own boot loader for a toy operating system (1) by Writing your own bootloader for a toy operating system (2) &#8211; Websofia</title>
		<link>http://www.websofia.com/2011/10/writing-your-own-boot-loader-for-a-toy-operating-system-1/#comment-663</link>
		<dc:creator>Writing your own bootloader for a toy operating system (2) &#8211; Websofia</dc:creator>
		<pubDate>Fri, 21 Oct 2011 14:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=180#comment-663</guid>
		<description>[...] block (EBPB), we can start writing our first code. (If you need a refresher, have a look at part 1 of this [...]</description>
		<content:encoded><![CDATA[<p>[...] block (EBPB), we can start writing our first code. (If you need a refresher, have a look at part 1 of this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linking a flat binary from C with MinGW by Verdell</title>
		<link>http://www.websofia.com/2011/10/linking-a-flat-binary-from-c-with-mingw/#comment-662</link>
		<dc:creator>Verdell</dc:creator>
		<pubDate>Fri, 21 Oct 2011 05:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=153#comment-662</guid>
		<description>I just added this site to my google reader, great stuff. Can not get enough!</description>
		<content:encoded><![CDATA[<p>I just added this site to my google reader, great stuff. Can not get enough!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get local machine&#8217;s MAC address in C# by prasad</title>
		<link>http://www.websofia.com/2011/03/get-local-machines-mac-address-in-c/#comment-641</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Wed, 03 Aug 2011 18:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=112#comment-641</guid>
		<description>Thanks very much. That works finally</description>
		<content:encoded><![CDATA[<p>Thanks very much. That works finally</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get local machine&#8217;s MAC address in C# by Naresh</title>
		<link>http://www.websofia.com/2011/03/get-local-machines-mac-address-in-c/#comment-638</link>
		<dc:creator>Naresh</dc:creator>
		<pubDate>Sun, 29 May 2011 11:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=112#comment-638</guid>
		<description>thanks. this was useful to me.</description>
		<content:encoded><![CDATA[<p>thanks. this was useful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FireFox 4 does not like script.aculo.us builder by alex</title>
		<link>http://www.websofia.com/2011/03/firefox-4-does-not-like-script-aculo-us-builder/#comment-636</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 23 May 2011 10:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=123#comment-636</guid>
		<description>I dug around in script.aculo.us&#039;s builder.js for a bit and found a partial answer (see above).</description>
		<content:encoded><![CDATA[<p>I dug around in script.aculo.us&#8217;s builder.js for a bit and found a partial answer (see above).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Forward Proxy with WEBrick by Proxy filter</title>
		<link>http://www.websofia.com/2011/03/creating-a-forward-proxy-with-webrick/#comment-629</link>
		<dc:creator>Proxy filter</dc:creator>
		<pubDate>Mon, 18 Apr 2011 13:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.websofia.com/?p=115#comment-629</guid>
		<description>&lt;strong&gt;[...Some related sites on proxy filter do...]...&lt;/strong&gt;

sends data back to proxy filter, where it checks malicious content and...</description>
		<content:encoded><![CDATA[<p><strong>[...Some related sites on proxy filter do...]&#8230;</strong></p>
<p>sends data back to proxy filter, where it checks malicious content and&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

