Coder Social home page Coder Social logo

Comments (1)

j-hoppe avatar j-hoppe commented on August 11, 2024

Julian,

this is new.

Can you perform the following test with SimH?

  1. setup a simh machine with MSCP controller
    (rq0 in the example script)
  2. Start the "pdp11.exe" of the PDP11GUI distribution, run the
    script and do "sim> set console stdio=23"
  3. connect PDP11GUI to "Simh over telnet"
  4. Open the MSCP disk as on the real 11/23+

What OS are you using, and which version of PDP11GUI ?

thanks,
Joerg

Am 24.07.2016 um 02:23 schrieb julianwolfe:

I am trying to load the MSCP driver and get the above error message
after the driver loads, but before the frame for imaging appears on the
read/write images dialog. It will keep happening when I hit "Reset &
open device".

Machine is an 11/23+ with ODT and 1,5MB of RAM


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFBnP1x7O5-kCZd0e-WgSmxBozxgbmwSks5qYrBngaJpZM4JTeSz.

; a sample UNIBUS machine, with all disk&tape devices PDP11GUI can copy.

; for all devices:
; unit 0 is attached to an useful media and is write protected
; unit 1 is attached to "test" and read/write

; M7554 KDJ11-DA Q J11 CPU 15MHz, 512-Kbyte RAM, 2 SLUs, LTC
; M7554 Refs: EK-KDJ1D-UG
set cpu 11/44 4M
set cpu hist=100
set throttle 2m
set clk 50hz

; to make gkermit work
set tti 8b
set tto 8b
;set cons telnet=23
; disable all extra devices by default, will enable later
set ptr disabled
set ptp disabled
set lpt disabled
set rha disabled
set cr disabled
set rp disabled
set rk disabled
set xu disabled
set xq disabled
set rq disabled
set rl disabled
set rx disabled
set ry disabled
set tm disabled
set tq disabled
set ts disabled
set hk disabled
set vh disabled

; DLV11 Nachbau MDB
;M7940 DLV11 Q Serial Line Unit (SLU, Async)
;M7940 Refs: MP-00055, EB-20175-20, uNOTE N#033

;set ttix lines=1
;attach ttix 2000
;
; M8061 RLV12 Q RL01/RL02 disk control
; M8061 Refs: EK-RLV12-UG, EK-RLV12-TD, MP-01282, ZJ285-RZ
; M8061 Refs: uNOTE N#041

; unit 0,1 = RL=2, unit 2,3= rl01
set rl enabled
set rl0 rl02
attach rl0 xxdp25.rl02
set rl0 locked
set rl1 rl02
attach rl1 test.rl02
set rl2 rl01
attach rl2 random.rl01
set rl2 locked
set rl3 rl01
attach rl3 test.rl01

; M7555 RQDX3 Q MFM Winchester and floppy disk controller
; M7555 (RX50/RX33/RD50-54/RD31/RD32/RD33)
; M7555 Refs: EK-RQDX3-UG, uNOTEs N#041, N#043
;
; unit 0,1 hd: seagate st 225 = rd31-a (25MB)
; unit 2,3 floppy: rx33
set rq enabled
set rq0 rd52
attach rq0 ultrix31.rd52
set rq0 locked
set rq1 rd52
attach rq1 test.rd52
set rq2 rx33
attach rq2 random.rx33
set rq2 locked
set rq3 rx33
attach rq3 test.rx33

set rp enabled
set rp0 rm03
attach rp0 211bsd.rm02
set rp0 locked
set rp1 rm03
attach rp1 test.rm02

set rk enabled
attach rk0 unix0_v6.rk05
set rk0 locked
attach rk1 test.rk05

set hk enabled
set hk0 rk06
set hk1 rk07
attach hk0 test.rk06
attach hk1 test.rk07

;set rx enabled
;attach rx0 random.rx01
;set rx0 locked
;attach rx1 test.rx01

set ry enabled
set ry0 double
attach ry0 test.rx02_dd
set ry0 locked
set ry1 single
attach ry1 test.rx02_sd

; paper tape
set ptr enabled
; paper tape basic
attach ptr DEC-11-AJPB-PB.ptap
set ptp enabled
! del test.ptap
attach ptp test.ptap

; set one DZ11 8 line async mux
; accessible via telnet to 127.0.0.1:4000...4007
set dz enabled
set dz lines=8
set dz 8b
set dz vector=300
attach -am dz 4000

set stdio telnet=23

from pdp11gui.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.