The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: helbig@Informatik.BA-Stuttgart.DE (Wolfgang Helbig)
Subject: [TUHS] question about SIMH tapes
Date: Mon, 23 Jun 2003 23:57:23 +0200 (MEST)	[thread overview]
Message-ID: <200306232205.h5NM5Un00269@bsd.korb> (raw)

Just to keep it Unix-like, I wrote enblock, which takes a file in stdin
a produces a tape file on stdout in SIMH-format. It takes one option,
the block size, which defaults to 512. It writes an end of file mark
after each run. To write more than one file on one tape, type

 	enblock <file1 >tape ; enblock <file2 >>tape
to write an end of tape mark, type
	enblock </dev/null >>tape

You'll find enblock.c at
	http://www.ba-stuttgart.de/~helbig/os/v6/enblock.c
	

>Hi,
>
>Harti's p11 comes with mktape which when given a control file will turn a set
>of files into a tape image.  Is there anything like this for SIMH PDP-11?
>
>Thanks,
>Ken



             reply	other threads:[~2003-06-23 21:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-23 21:57 Wolfgang Helbig [this message]
2003-06-24 14:34 ` Kenneth Stailey
  -- strict thread matches above, loose matches on Subject: below --
2003-06-20 13:59 Kenneth Stailey
2003-06-20 16:11 ` Andru Luvisi
2003-06-21  8:12   ` Akito Fujita

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=200306232205.h5NM5Un00269@bsd.korb \
    --to=helbig@informatik.ba-stuttgart.de \
    /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).