<?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: Cross Compiling 386BSD 0.1pl23 from Windows 10	</title>
	<atom:link href="https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Thu, 22 Aug 2019 13:09:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-221680</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 22 Aug 2019 13:09:45 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8103#comment-221680</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-221634&quot;&gt;laoli&lt;/a&gt;.

Does that replace the entire procedure?

My diskkabel is apparently messed up as I get immediate reboots...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-221634">laoli</a>.</p>
<p>Does that replace the entire procedure?</p>
<p>My diskkabel is apparently messed up as I get immediate reboots&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: laoli		</title>
		<link>https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-221634</link>

		<dc:creator><![CDATA[laoli]]></dc:creator>
		<pubDate>Thu, 22 Aug 2019 00:38:08 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8103#comment-221634</guid>

					<description><![CDATA[把386bsd 0.1 的wdbootblk.c加上：
	/* step 5 load remaining 15 sectors off disk */
dodisk:
       mov    $0x1f6,%edx
	inb     %dx,%al
	andb	$~0x40,%al 	#clear LBA bit
	NOP
	outb    %al,%dx

可以在QEMU 2.8.1（debian 1:2.8+dfsg-6 + deb9ut）运行]]></description>
			<content:encoded><![CDATA[<p>把386bsd 0.1 的wdbootblk.c加上：<br />
	/* step 5 load remaining 15 sectors off disk */<br />
dodisk:<br />
       mov    $0x1f6,%edx<br />
	inb     %dx,%al<br />
	andb	$~0x40,%al 	#clear LBA bit<br />
	NOP<br />
	outb    %al,%dx</p>
<p>可以在QEMU 2.8.1（debian 1:2.8+dfsg-6 + deb9ut）运行</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: xorhash		</title>
		<link>https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-209052</link>

		<dc:creator><![CDATA[xorhash]]></dc:creator>
		<pubDate>Sun, 03 Mar 2019 13:39:14 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8103#comment-209052</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-207018&quot;&gt;MVoloshin&lt;/a&gt;.

Disclaimer: I&#039;ve never done it, either. Your best bet would be to start with http://gunkies.org/wiki/Installing_386BSD_on_BOCHS and then compile 2.0 using that setup.

The 386BSD 2.0 source (https://github.com/386bsd/386bsd) does have an installation program (/install), but it seems that it expects a very specifically formatted filesystem. There is no documentation on how to set up a system that can make use of the installer, much less from scratch on a non-386BSD system.

I spent about an hour and got 386BSD disklabel to do something useful-ish on a modern GNU/Linux and wrote bootstrap code to a floppy. Then I decided I didn&#039;t care anymore when I realized that (a) probably QEMU&#039;s shoddy floppy emulation would give me trouble again, and (b) even if I got newfs to work as well, I&#039;d still have no way to actually fill the filesystem with the data required to get anywhere.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-207018">MVoloshin</a>.</p>
<p>Disclaimer: I&#8217;ve never done it, either. Your best bet would be to start with <a href="http://gunkies.org/wiki/Installing_386BSD_on_BOCHS" rel="nofollow ugc">http://gunkies.org/wiki/Installing_386BSD_on_BOCHS</a> and then compile 2.0 using that setup.</p>
<p>The 386BSD 2.0 source (<a href="https://github.com/386bsd/386bsd" rel="nofollow ugc">https://github.com/386bsd/386bsd</a>) does have an installation program (/install), but it seems that it expects a very specifically formatted filesystem. There is no documentation on how to set up a system that can make use of the installer, much less from scratch on a non-386BSD system.</p>
<p>I spent about an hour and got 386BSD disklabel to do something useful-ish on a modern GNU/Linux and wrote bootstrap code to a floppy. Then I decided I didn&#8217;t care anymore when I realized that (a) probably QEMU&#8217;s shoddy floppy emulation would give me trouble again, and (b) even if I got newfs to work as well, I&#8217;d still have no way to actually fill the filesystem with the data required to get anywhere.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-207022</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 11 Jan 2019 15:56:35 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8103#comment-207022</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-207018&quot;&gt;MVoloshin&lt;/a&gt;.

I never installed it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-207018">MVoloshin</a>.</p>
<p>I never installed it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MVoloshin		</title>
		<link>https://virtuallyfun.com/2018/02/02/cross-compiling-386bsd-0-1pl23-from-windows-10/comment-page-1/#comment-207018</link>

		<dc:creator><![CDATA[MVoloshin]]></dc:creator>
		<pubDate>Fri, 11 Jan 2019 15:03:16 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8103#comment-207018</guid>

					<description><![CDATA[Could you describe how to install 386BSD 2.0 which was released in 2016, please?]]></description>
			<content:encoded><![CDATA[<p>Could you describe how to install 386BSD 2.0 which was released in 2016, please?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
