The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: will.senn@gmail.com (Will Senn)
Subject: [TUHS] boot block in v7 bootable on rp06 in simh
Date: Sat, 5 Dec 2015 11:44:47 -0600	[thread overview]
Message-ID: <5663228F.1070307@gmail.com> (raw)
In-Reply-To: <CAC20D2Meu++_Hv-YAxPs1wTgSz3ns-Du0ZFo68jEqsrQ=_WO=Q@mail.gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1300 bytes --]



On 12/5/15 11:26 AM, Clem Cole wrote:
>
> On Sat, Dec 5, 2015 at 12:03 PM, Will Senn <will.senn at gmail.com 
> <mailto:will.senn at gmail.com>> wrote:
>
>     I am unable to boot from the RP06 disk that I installed into the
>     boot block onto via:
>     dd if=/usr/mdec/hpuboot of=/dev/rp0 count=1
>
> ​Doing this from memory as couple of issues:
>
> 1.) do an ls -l of /dev/*rp*  you need to use the raw (character) 
> driver not the blocked driver
> 2.) I believe the hp/rp driver is partitioned.   Make sure you use the 
> proper partition.​
>
>
Clem,

I tried it with the raw device and partition 0. Here are the devices and 
my approach:

# ls /dev/*rp*
/dev/rp0
/dev/rp3
/dev/rrp0
/dev/rrp3

# /etc/mount /dev/rp3 /usr
# dd if=/usr/mdec/hpuboot of=/dev/rrp0 count=1 conv=sync
0+1 records in
1+0 records out
or
# dd if=/usr/mdec/hpuboot of=/dev/rrp0 count=1
0+1 records in
0+1 records out

# sync
# sync
# sync
CTRL-E

Simulation stopped, PC: 002306 (MOV (SP)+,177776)
sim> q
Goodbye

TERRA:bostic-v7 wsenn$ pdp11 nboot.ini

PDP-11 simulator V4.0-0 Beta        git commit id: 0f43551d

Disabling XQ

Hangs either way!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20151205/d104372b/attachment.html>


  reply	other threads:[~2015-12-05 17:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-05 17:03 Will Senn
2015-12-05 17:26 ` Clem Cole
2015-12-05 17:44   ` Will Senn [this message]
2015-12-05 19:47     ` Clem Cole
2015-12-05 19:53       ` Clem Cole
2015-12-05 19:59         ` Ronald Natalie
2015-12-05 20:47           ` Clem cole
2015-12-05 20:08         ` Will Senn
2015-12-05 17:53 ` Hellwig Geisse
2015-12-05 18:01   ` Will Senn
2015-12-05 18:39     ` Will Senn
2015-12-05 18:53       ` Hellwig Geisse
2015-12-05 19:46         ` Will Senn
2015-12-05 20:12       ` John Cowan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5663228F.1070307@gmail.com \
    --to=will.senn@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).