• Please review our updated Terms and Rules here

Search results

  1. P

    RAMdisk CP/M 2.2 (MDDIR)

    If you want to change CCP you can patch the CP/M 2.2 build system. The code extract will produce 2 columns on a 40 character screen and 4 columns on an 80 column screen. CCP QUERY 'Bias (0/100H)' ; patch for 2 dir columns 40 chars, 4 columns 80 chars. CCP_BLANK EQU CCP+0A2H ...
  2. P

    RAMdisk CP/M 2.2 (MDDIR)

    Just curious, why didn't you configure the DPB for the RAMdisk with 96 (95 in the table as it is directory size-1) and just use CP/M dir command on drive M: or what ever drive letter you assigned to the RAMDisk in the BIOS? Peter
  3. P

    CP/M and Goteck

    Think of a Gotek with Flash Floppy as the equivallent of a physical drive. As with a physical drive there are a number of parameters that can be configured and a number of different types of drives. (3.5", 5.25", 8", 40 Track, 80 Track, or High Density, single or double sided) Different drive...
  4. P

    CP/M and Goteck

    If you use Flash Floppy firmware on your GoTek, then you can use either HFE files which are flux change bitstream plus some meta data, this is largely agnostic to disk format or you can create an img.cfg file and use .img files, which are arrays of blocks. [However, please note that the 360 Kb...
  5. P

    Is all of CP/M written in PL/M?

    Doug, Bear in mind that CP/M was originally written to run of a single sided, single density 8" disk (77x 26 x128bytes = 250 KB). 2 tracks were reserved for the os (2 x 26 x 128 bytes = 6.5 KB) of which 3.5 KB was allocated to BDOS, 2 KB for CCP leaving 1 KB for the BIOS. Around the time of...
  6. P

    EK-MXV-B2-UG user guide for mxv11-B bootrom

    Does anyone know where I can get a copy of EK-MXV-B2-UG B2 rom set user guide? I have the 2 page installation guide. and the MXV11-B user guide for the card. Thanks Peter
  7. P

    Source 13.824 MHz Xtal oscillator for 11/23 M8186

    My KDF11 11/23 CPU M8186 has a broken 13.824 Mhz xtal oscillator (metal cased - fits DIL14) 4 pins used is faulty. I am having difficulty in locating a suitable replacement. I have found a 12 MHz and a 13 MHz part but not a 13.824 Mhz part. a) will it run ok, though slightly slower with either...
  8. P

    RXV21 mods to support Micro PDP 11/73

    I have an RXV21 M8029 PCB: 5013080 C Sticky label: AB94473558 Plastic handle: 950 E There are no mod records marked so presume that this is REV E. What are the later changes needed to make the RXV21 work on Q22 micro pdp 11/73? I have read rev H supports Q22, What are the mods / changes to...
  9. P

    Telnet Terminal with good VT100 emulation

    I have 2 systems: 1) Windows PC 2) Raspberry Pi 4B with Debian Bulleseye using either the LCD screen or an HDMI monitor and a terminal window to telnet or ssh to the system running simh. I am trying to run Teco/VT amongst other programs on SIMH none of the terminals are very successful other...
  10. P

    Data on Plessey 256KB Qbus memory card 705035

    I have a Plessey 256KB QBUS memory card 705035 but am lacking any technical information on it. It is a dual card with 36 x 4864 DRAMs (64 K x 1) so 256 KB plus parity. There are 2 switches: S1 4pole all on S2 10 pole 1,6,7,8 off, 2-5 & 9-10 on Is this...
  11. P

    HP C1537 SCSI DDS3 tape drive on PDP11/73?

    Wildfire, what is the device name for the HP DDS3? Thanks Peter
  12. P

    HP C1537 SCSI DDS3 tape drive on PDP11/73?

    Many thanks all. I'll do some experimenting. Looks like I can either use the UC07 to emulat either an mscp disk controller or as a tmscp tape controller. Peter
  13. P

    HP C1537 SCSI DDS3 tape drive on PDP11/73?

    Dave, The board is a little confusing. it is dual width not a quad module. it has multiple designations PCB silk screen says UC0710405-00 rev D Sticky label says: UC0710205-02 Rev K Main ICs say U2 Emulex 2400010 ESP100A U12 is Intel 80C31 U16...
  14. P

    HP C1537 SCSI DDS3 tape drive on PDP11/73?

    Dave, I have pulled the card - it is Emulex UC07 10405-00 Rev D firmware is labelled G143R. It certainly works with SCSI disk drives and with CDROM. Peter
  15. P

    Telnet Terminal with good VT100 emulation

    I would still need a good VT100 terminal emulation. Telnet from Unix still doesn't solve the terminal emulation problem. If I run a telnet session from Debian on the Pi it does not correctly display VT100 sequences on the kbd and screen, if I use a serially connected VT100 emulation / real...
  16. P

    HP C1537 SCSI DDS3 tape drive on PDP11/73?

    Dave, Is there a way to get build / version information from the Emulex under RT11 or do I need to pull the card and look at the rev / prom markings? Thanks Peter
  17. P

    Telnet Terminal with good VT100 emulation

    Hi Martyn, As far as I am aware Kermit uses a serial connection and doe snot work over telnet. I have tried both TeraTerm and Putty but the VT100 emulation fails miserably at interpreting VT100 ANSI sequences over a telnet connection. Which version are you using that works? Thanks Peter
  18. P

    Telnet Terminal with good VT100 emulation

    I have a physical Lynwood ELT-320 and a VT100 software emulator but they only work with a serial connection. I was after a telnet based terminal that offered VT100 emulation, such that I could send it the VT100 test suite over a telnet session and it would correctly display as on the serial...
  19. P

    HP C1537 SCSI DDS3 tape drive on PDP11/73?

    Controller is an Emulex and works happily with SCSI2SD disk and Pioneer DR-U124 CDROM. Peter
  20. P

    Running SIMH on Raspberry Pi without Pi-DP11 Front panel hardware?

    Many thanks most encouraging. I have now found that the PiDP build includes 'client' in the bin directory, this appears to be PDP11 version of simh under another name. Invoking it in a directory with a boot.ini and valid disk image seems to work fine I can define an 11/23plus and boot from it...
Back
Top