<?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>partition tables &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/partition-tables/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Thu, 03 Dec 2009 17:58:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>partitioning with debug</title>
		<link>https://virtuallyfun.com/2009/12/03/partitioning-with-debug/</link>
					<comments>https://virtuallyfun.com/2009/12/03/partitioning-with-debug/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:58:00 +0000</pubDate>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[partition tables]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=182</guid>

					<description><![CDATA[If you&#8217;ve ever decided to use a &#8216;new&#8217; pc for some old OS&#8217;s or whatnot, you&#8217;ll probably find partition tables that will NOT clear under MS-DOS&#8230; Well after looking around for a &#8216;quick&#8217; and easy method of wiping a partition &#8230; <a href="https://virtuallyfun.com/2009/12/03/partitioning-with-debug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;ve ever decided to use a &#8216;new&#8217; pc for some old OS&#8217;s or whatnot, you&#8217;ll probably find partition tables that will NOT clear under MS-DOS&#8230;</p>
<p>Well after looking around for a &#8216;quick&#8217; and easy method of wiping a partition table, I found this neat little script for DEBUG to do the trick&#8230;.</p>
<p>Don&#8217;t try it out on any machines you care about&#8230;!</p>
<p><a href="http://support.microsoft.com/kb/106419">http://support.microsoft.com/kb/106419</a></p>
<blockquote><p>   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />      Debug        Enter Debug       Comments<br />      Prompts      Commands<br />   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />      &#8211;            A 100             Assemble from CS:0100.</p>
<p>      nnnn:0100    INT 13            Call interrupt 13.</p>
<p>      nnnn:0102    press the         (nnnn in the segment address).<br />                   ENTER key</p>
<p>      &#8211;            RAX               Replace AX register.</p>
<p>      AX 0000</p>
<p>      :            0301              Write on sector.</p>
<p>      &#8211;            RBX               Replace BX register.</p>
<p>      BX 0000</p>
<p>      :            0200              Start from ES:200.</p>
<p>      &#8211;            F 200 L 200 0     We want to write zeros.</p>
<p>      &#8211;            RCX               Replace CX register.</p>
<p>      CX 0000</p>
<p>      :            0001              Cylinder, 0, sector 1.</p>
<p>      &#8211;            RDX               Replace DX register.</p>
<p>      DX 0000</p>
<p>      :            0080              First physical hard disk, head<br />                                     0. (Substitute 0081 for this<br />                                     entry if you are clearing the<br />                                     table on the second physical<br />                                     hard disk, 0082 if you are<br />                                     clearing the third physical<br />                                     hard disk, and so forth).</p>
<p>      &#8211;            P                 Proceed (Debug will display<br />                                     several lines of information).</p>
<p>      &#8211;            Q                 Quit Debug.<br />   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2009/12/03/partitioning-with-debug/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
