<?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: NetBSD 1.2 for the MicroVAX II package&#8230;	</title>
	<atom:link href="https://virtuallyfun.com/2012/04/10/netbsd-1-2-for-the-microvax-ii-package/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2012/04/10/netbsd-1-2-for-the-microvax-ii-package/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Fri, 27 Oct 2017 04:05:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Allen Garvin		</title>
		<link>https://virtuallyfun.com/2012/04/10/netbsd-1-2-for-the-microvax-ii-package/comment-page-1/#comment-188276</link>

		<dc:creator><![CDATA[Allen Garvin]]></dc:creator>
		<pubDate>Fri, 27 Oct 2017 04:05:05 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2023#comment-188276</guid>

					<description><![CDATA[Hi! I&#039;ve been following your install guides and have been having loads of fun, plus working on my own guides that may be slightly more detailed. Here&#039;s a complete hack of a script to pull the disktab info, if people want to try it with other disks:

http://plover.net/~agarvin/parse-disktab.py

I&#039;d hate to figure those out by hand. In fact, the netbsd people made a mistake in their install guide, which was replicated in the gunkies post. 

Output, for instance: 
 === DEC RA82 Winchester ===
Numeric disk type? [0] 2
Disk name? [] ra82
badsectoring [n]
removable? [n]
Interleave? [0] 1
rpm? [0] 3600
trackskew? [0]
cylinderskew? [0]
headswitch? [0]
track-to-track? [0]
drivedata 0? [0]
drivedata 1? [0]
drivedata 2? [0]
drivedata 3? [0]
drivedata 4? [0]

bytes/sector? [0] 512
sectors/track? [0] 57
tracks/cylinder? [0] 15
sectors/cylinder? [0] 855
cylinders? [0] 1423
META INFO: 
    total blocks: 1216665
    size in KB: 608332
    size in kibibytes: 622932

Here&#039;s also a trivial mkdisttap replacement: 

http://plover.net/~agarvin/mk-dist-tape.py
Usage: 

$ ./mk-dist-tape.py -o netbsd-132.tape tk50-file1-132:512 tk50-file2-132:512 base.tar etc.tar  man.tar  games.tar  comp.tar misc.tar text.tar

Here&#039;s my first guide, which is mostly based on yours with some additional stuff: http://plover.net/~agarvin/4.3bsd-on-simh.html

I&#039;ll add netbsd and ultrix ones later. I administered Ultrix in the early 90s, and really liked it at the time.

It&#039;s fun to revisit these things on virtual hardware. In the mid to late 90s, I managed to accumulate a collection of more than 50 old Unix boxes, but when I moved to a smaller apartment, had to get rid of them. Really wish I had found storage instead. I had boxes and boxes of QICs of a lot of legacy OS installs and software, probably mostly lost now.]]></description>
			<content:encoded><![CDATA[<p>Hi! I&#8217;ve been following your install guides and have been having loads of fun, plus working on my own guides that may be slightly more detailed. Here&#8217;s a complete hack of a script to pull the disktab info, if people want to try it with other disks:</p>
<p><a href="http://plover.net/~agarvin/parse-disktab.py" rel="nofollow ugc">http://plover.net/~agarvin/parse-disktab.py</a></p>
<p>I&#8217;d hate to figure those out by hand. In fact, the netbsd people made a mistake in their install guide, which was replicated in the gunkies post. </p>
<p>Output, for instance:<br />
 === DEC RA82 Winchester ===<br />
Numeric disk type? [0] 2<br />
Disk name? [] ra82<br />
badsectoring [n]<br />
removable? [n]<br />
Interleave? [0] 1<br />
rpm? [0] 3600<br />
trackskew? [0]<br />
cylinderskew? [0]<br />
headswitch? [0]<br />
track-to-track? [0]<br />
drivedata 0? [0]<br />
drivedata 1? [0]<br />
drivedata 2? [0]<br />
drivedata 3? [0]<br />
drivedata 4? [0]</p>
<p>bytes/sector? [0] 512<br />
sectors/track? [0] 57<br />
tracks/cylinder? [0] 15<br />
sectors/cylinder? [0] 855<br />
cylinders? [0] 1423<br />
META INFO:<br />
    total blocks: 1216665<br />
    size in KB: 608332<br />
    size in kibibytes: 622932</p>
<p>Here&#8217;s also a trivial mkdisttap replacement: </p>
<p><a href="http://plover.net/~agarvin/mk-dist-tape.py" rel="nofollow ugc">http://plover.net/~agarvin/mk-dist-tape.py</a><br />
Usage: </p>
<p>$ ./mk-dist-tape.py -o netbsd-132.tape tk50-file1-132:512 tk50-file2-132:512 base.tar etc.tar  man.tar  games.tar  comp.tar misc.tar text.tar</p>
<p>Here&#8217;s my first guide, which is mostly based on yours with some additional stuff: <a href="http://plover.net/~agarvin/4.3bsd-on-simh.html" rel="nofollow ugc">http://plover.net/~agarvin/4.3bsd-on-simh.html</a></p>
<p>I&#8217;ll add netbsd and ultrix ones later. I administered Ultrix in the early 90s, and really liked it at the time.</p>
<p>It&#8217;s fun to revisit these things on virtual hardware. In the mid to late 90s, I managed to accumulate a collection of more than 50 old Unix boxes, but when I moved to a smaller apartment, had to get rid of them. Really wish I had found storage instead. I had boxes and boxes of QICs of a lot of legacy OS installs and software, probably mostly lost now.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
