summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/v6run.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/v6run.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/v6run.1')
-rw-r--r--static/unix-v10/man1/v6run.142
1 files changed, 42 insertions, 0 deletions
diff --git a/static/unix-v10/man1/v6run.1 b/static/unix-v10/man1/v6run.1
new file mode 100644
index 00000000..49c7764a
--- /dev/null
+++ b/static/unix-v10/man1/v6run.1
@@ -0,0 +1,42 @@
+.TH V6RUN 1
+.SH NAME
+v6run, v7run \- compatability mode execution on VAX
+.SH SYNOPSIS
+.B v6run
+[
+.B \-root
+] file
+.SH DESCRIPTION
+.I V6run
+and
+.I v7run
+are programs to run UNIX version 6 and UNIX version 7
+.I a.out
+format PDP-11 executable files.
+The hardware compatability mode of the VAX is used for all PDP-11
+instructions for which it applies.
+System calls from the compatability mode program are caught
+and simulated by executing appropriate native mode system calls.
+.PP
+The optional
+.I root
+specification indicates a directory which is to be treated as
+the root directory for the process and its children.
+This is especially useful for running a PDP-11 shell on
+a directory hierarchy which looks like a PDP-11 file system
+using a command such as
+.sp
+.ti +5
+"v6run -/user/pdp11stuff/v6files /bin/sh".
+.sp
+Note that the specification of the file to execute (/bin/sh)
+is relative to the specified directory.
+.SH DIAGNOSTICS
+Open failures are reported if files can not be opened for read access.
+Other error messages concern bad system calls, bad a.out format etc.
+.SH BUGS
+There is no way to run separated I/D space processes.
+The floating point simulation has not been well tested and no
+doubt has some problems.
+.SH AUTHOR
+Arthur W. Wetzel (University of Pittsburgh - IDIS)