summaryrefslogtreecommitdiff
path: root/emulators/p11/DESCR
diff options
context:
space:
mode:
authoragc <agc>2002-05-16 16:09:22 +0000
committeragc <agc>2002-05-16 16:09:22 +0000
commitd02118d63ae9b5e2b09ca9a55cceebfcbbcd2457 (patch)
treedd924ed1f971ad0714a947bd8dce63aab54f1ea3 /emulators/p11/DESCR
parent07d39e78ea7647313dfcbd2eb9cfac1ec7b742b2 (diff)
downloadpkgsrc-d02118d63ae9b5e2b09ca9a55cceebfcbbcd2457.tar.gz
Initial import of p11-2.10a, a PDP-11 emulator, into the NetBSD Packages
Collection. P11 is a PDP11 emulator, which currently emulates the following configuration: - a KDJ11A processor (including fpp) - one or more RL-controllers (RLV12) with up to 4 RL02 each - one or more RHV?? controllers with up to 8 RP06 each - an RK11-controller with 22-bit addressing (hey ever saw one?) - a MRV12 option (boot-rom/maintenance and display register) - one or more KL11A controllers with up to 4 serial lines each - a standard printer interface - a read only TM11 tape - a DEQNA ethernet adapter - a toy clock On a 900MHz Athlon under FreeBSD 5.0 a 'make build; make installsrc' of 2.11BSD takes around 2:24 hours - this is several times faster than a real KDJ11A (if /usr is mounted async,noaccesstime). Floating point speed is in the order of 10 times the original. P11 successfully runs RSX11M-PLUS, UN*X Version 5/6/7, 2.11BSD, RT-4 and XXDP. With thanks to David Talmage for the nudge.
Diffstat (limited to 'emulators/p11/DESCR')
-rw-r--r--emulators/p11/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/p11/DESCR b/emulators/p11/DESCR
new file mode 100644
index 00000000000..a93db4b7299
--- /dev/null
+++ b/emulators/p11/DESCR
@@ -0,0 +1,18 @@
+P11 s a PDP11 emulator, which currently emulates the following configuration:
+ - a KDJ11A processor (including fpp)
+ - one or more RL-controllers (RLV12) with up to 4 RL02 each
+ - one or more RHV?? controllers with up to 8 RP06 each
+ - an RK11-controller with 22-bit addressing (hey ever saw one?)
+ - a MRV12 option (boot-rom/maintenance and display register)
+ - one or more KL11A controllers with up to 4 serial lines each
+ - a standard printer interface
+ - a read only TM11 tape
+ - a DEQNA ethernet adapter
+ - a toy clock
+
+On a 900MHz Athlon under FreeBSD 5.0 a 'make build; make installsrc' of
+2.11BSD takes around 2:24 hours - this is several times faster than
+a real KDJ11A (if /usr is mounted async,noaccesstime).
+Floating point speed is in the order of 10 times the original.
+
+P11 successfully runs RSX11M-PLUS, UN*X Version 5/6/7, 2.11BSD, RT-4 and XXDP.