<?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: Bootable FreeDOS USB stick/CF Card</title>
	<atom:link href="http://www.warden.pl/2009/01/26/bootable-freedos-usb-stickcf-card/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warden.pl/2009/01/26/bootable-freedos-usb-stickcf-card/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>&#34;Idiopathic, from the Latin meaning we&#039;re idiots cause we can&#039;t figure out what&#039;s causing it.&#34; by dr House</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:00:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Bob</title>
		<link>http://www.warden.pl/2009/01/26/bootable-freedos-usb-stickcf-card/#comment-725</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 13 Jun 2009 23:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.warden.pl/?p=68#comment-725</guid>
		<description>Hi,

You can use also hex editor to write the reboot code directly to the MBR or bootsector.  This way the reboot is a bit quicker without the syslinux and FreeDOS bootstrap.  Just insert EA 00 00 FF FF, which is the same code you piped into debug to do the same thing.  For the MBR, put it in the first five bytes; for the bootsector, the first two bytes will be e.g. EB 58 so add two to the second byte to get your offset within the bootsector e.g. 5A and write the code there.  Also with your method using a pipe to debug, FreeDOS will write a temporary file every time.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can use also hex editor to write the reboot code directly to the MBR or bootsector.  This way the reboot is a bit quicker without the syslinux and FreeDOS bootstrap.  Just insert EA 00 00 FF FF, which is the same code you piped into debug to do the same thing.  For the MBR, put it in the first five bytes; for the bootsector, the first two bytes will be e.g. EB 58 so add two to the second byte to get your offset within the bootsector e.g. 5A and write the code there.  Also with your method using a pipe to debug, FreeDOS will write a temporary file every time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

